Serialized Form
-
Package software.amazon.awssdk.services.autoscaling.endpoints.internal
-
Class software.amazon.awssdk.services.autoscaling.endpoints.internal.InnerParseError extends RuntimeException implements Serializable
- serialVersionUID:
- -7808901449079805477L
-
Class software.amazon.awssdk.services.autoscaling.endpoints.internal.RuleError extends SdkException implements Serializable
-
Class software.amazon.awssdk.services.autoscaling.endpoints.internal.SourceException extends SdkException implements Serializable
-
-
Package software.amazon.awssdk.services.autoscaling.model
-
Class software.amazon.awssdk.services.autoscaling.model.AcceleratorCountRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.AcceleratorTotalMemoryMiBRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.ActiveInstanceRefreshNotFoundException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.Activity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activityId
String activityId
-
autoScalingGroupARN
String autoScalingGroupARN
-
autoScalingGroupName
String autoScalingGroupName
-
autoScalingGroupState
String autoScalingGroupState
-
cause
String cause
-
description
String description
-
details
String details
-
endTime
Instant endTime
-
progress
Integer progress
-
startTime
Instant startTime
-
statusCode
String statusCode
-
statusMessage
String statusMessage
-
-
Class software.amazon.awssdk.services.autoscaling.model.AdjustmentType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
adjustmentType
String adjustmentType
-
-
Class software.amazon.awssdk.services.autoscaling.model.Alarm extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.AlarmSpecification extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.AlreadyExistsException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.AutoScalingException extends AwsServiceException implements Serializable
-
Class software.amazon.awssdk.services.autoscaling.model.AutoScalingGroup extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autoScalingGroupARN
String autoScalingGroupARN
-
autoScalingGroupName
String autoScalingGroupName
-
availabilityZoneDistribution
AvailabilityZoneDistribution availabilityZoneDistribution
-
availabilityZoneImpairmentPolicy
AvailabilityZoneImpairmentPolicy availabilityZoneImpairmentPolicy
-
availabilityZones
List<String> availabilityZones
-
capacityRebalance
Boolean capacityRebalance
-
capacityReservationSpecification
CapacityReservationSpecification capacityReservationSpecification
-
context
String context
-
createdTime
Instant createdTime
-
defaultCooldown
Integer defaultCooldown
-
defaultInstanceWarmup
Integer defaultInstanceWarmup
-
desiredCapacity
Integer desiredCapacity
-
desiredCapacityType
String desiredCapacityType
-
enabledMetrics
List<EnabledMetric> enabledMetrics
-
healthCheckGracePeriod
Integer healthCheckGracePeriod
-
healthCheckType
String healthCheckType
-
instanceMaintenancePolicy
InstanceMaintenancePolicy instanceMaintenancePolicy
-
instances
List<Instance> instances
-
launchConfigurationName
String launchConfigurationName
-
launchTemplate
LaunchTemplateSpecification launchTemplate
-
loadBalancerNames
List<String> loadBalancerNames
-
maxInstanceLifetime
Integer maxInstanceLifetime
-
maxSize
Integer maxSize
-
minSize
Integer minSize
-
mixedInstancesPolicy
MixedInstancesPolicy mixedInstancesPolicy
-
newInstancesProtectedFromScaleIn
Boolean newInstancesProtectedFromScaleIn
-
placementGroup
String placementGroup
-
predictedCapacity
Integer predictedCapacity
-
serviceLinkedRoleARN
String serviceLinkedRoleARN
-
status
String status
-
suspendedProcesses
List<SuspendedProcess> suspendedProcesses
-
tags
List<TagDescription> tags
-
targetGroupARNs
List<String> targetGroupARNs
-
terminationPolicies
List<String> terminationPolicies
-
trafficSources
List<TrafficSourceIdentifier> trafficSources
-
vpcZoneIdentifier
String vpcZoneIdentifier
-
warmPoolConfiguration
WarmPoolConfiguration warmPoolConfiguration
-
warmPoolSize
Integer warmPoolSize
-
-
Class software.amazon.awssdk.services.autoscaling.model.AutoScalingInstanceDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autoScalingGroupName
String autoScalingGroupName
-
availabilityZone
String availabilityZone
-
healthStatus
String healthStatus
-
instanceId
String instanceId
-
instanceType
String instanceType
-
launchConfigurationName
String launchConfigurationName
-
launchTemplate
LaunchTemplateSpecification launchTemplate
-
lifecycleState
String lifecycleState
-
protectedFromScaleIn
Boolean protectedFromScaleIn
-
weightedCapacity
String weightedCapacity
-
-
Class software.amazon.awssdk.services.autoscaling.model.AvailabilityZoneDistribution extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
capacityDistributionStrategy
String capacityDistributionStrategy
-
-
Class software.amazon.awssdk.services.autoscaling.model.AvailabilityZoneImpairmentPolicy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.BaselineEbsBandwidthMbpsRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.BaselinePerformanceFactorsRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cpu
CpuPerformanceFactorRequest cpu
-
-
Class software.amazon.awssdk.services.autoscaling.model.BlockDeviceMapping extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.CapacityForecast extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.CapacityReservationSpecification extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
capacityReservationPreference
String capacityReservationPreference
-
capacityReservationTarget
CapacityReservationTarget capacityReservationTarget
-
-
Class software.amazon.awssdk.services.autoscaling.model.CapacityReservationTarget extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.CpuPerformanceFactorRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
references
List<PerformanceFactorReferenceRequest> references
-
-
Class software.amazon.awssdk.services.autoscaling.model.CustomizedMetricSpecification extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dimensions
List<MetricDimension> dimensions
-
metricName
String metricName
-
metrics
List<TargetTrackingMetricDataQuery> metrics
-
namespace
String namespace
-
period
Integer period
-
statistic
String statistic
-
unit
String unit
-
-
Class software.amazon.awssdk.services.autoscaling.model.DesiredConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
launchTemplate
LaunchTemplateSpecification launchTemplate
-
mixedInstancesPolicy
MixedInstancesPolicy mixedInstancesPolicy
-
-
Class software.amazon.awssdk.services.autoscaling.model.Ebs extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.EnabledMetric extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.FailedScheduledUpdateGroupActionRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.Filter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.Instance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
availabilityZone
String availabilityZone
-
healthStatus
String healthStatus
-
instanceId
String instanceId
-
instanceType
String instanceType
-
launchConfigurationName
String launchConfigurationName
-
launchTemplate
LaunchTemplateSpecification launchTemplate
-
lifecycleState
String lifecycleState
-
protectedFromScaleIn
Boolean protectedFromScaleIn
-
weightedCapacity
String weightedCapacity
-
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceMaintenancePolicy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceMetadataOptions extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceMonitoring extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
enabled
Boolean enabled
-
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceRefresh extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autoScalingGroupName
String autoScalingGroupName
-
desiredConfiguration
DesiredConfiguration desiredConfiguration
-
endTime
Instant endTime
-
instanceRefreshId
String instanceRefreshId
-
instancesToUpdate
Integer instancesToUpdate
-
percentageComplete
Integer percentageComplete
-
preferences
RefreshPreferences preferences
-
progressDetails
InstanceRefreshProgressDetails progressDetails
-
rollbackDetails
RollbackDetails rollbackDetails
-
startTime
Instant startTime
-
status
String status
-
statusReason
String statusReason
-
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceRefreshInProgressException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceRefreshLivePoolProgress extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceRefreshProgressDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
livePoolProgress
InstanceRefreshLivePoolProgress livePoolProgress
-
warmPoolProgress
InstanceRefreshWarmPoolProgress warmPoolProgress
-
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceRefreshWarmPoolProgress extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceRequirements extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
acceleratorCount
AcceleratorCountRequest acceleratorCount
-
acceleratorManufacturers
List<String> acceleratorManufacturers
-
acceleratorNames
List<String> acceleratorNames
-
acceleratorTotalMemoryMiB
AcceleratorTotalMemoryMiBRequest acceleratorTotalMemoryMiB
-
acceleratorTypes
List<String> acceleratorTypes
-
allowedInstanceTypes
List<String> allowedInstanceTypes
-
bareMetal
String bareMetal
-
baselineEbsBandwidthMbps
BaselineEbsBandwidthMbpsRequest baselineEbsBandwidthMbps
-
baselinePerformanceFactors
BaselinePerformanceFactorsRequest baselinePerformanceFactors
-
burstablePerformance
String burstablePerformance
-
cpuManufacturers
List<String> cpuManufacturers
-
excludedInstanceTypes
List<String> excludedInstanceTypes
-
instanceGenerations
List<String> instanceGenerations
-
localStorage
String localStorage
-
localStorageTypes
List<String> localStorageTypes
-
maxSpotPriceAsPercentageOfOptimalOnDemandPrice
Integer maxSpotPriceAsPercentageOfOptimalOnDemandPrice
-
memoryGiBPerVCpu
MemoryGiBPerVCpuRequest memoryGiBPerVCpu
-
memoryMiB
MemoryMiBRequest memoryMiB
-
networkBandwidthGbps
NetworkBandwidthGbpsRequest networkBandwidthGbps
-
networkInterfaceCount
NetworkInterfaceCountRequest networkInterfaceCount
-
onDemandMaxPricePercentageOverLowestPrice
Integer onDemandMaxPricePercentageOverLowestPrice
-
requireHibernateSupport
Boolean requireHibernateSupport
-
spotMaxPricePercentageOverLowestPrice
Integer spotMaxPricePercentageOverLowestPrice
-
totalLocalStorageGB
TotalLocalStorageGBRequest totalLocalStorageGB
-
vCpuCount
VCpuCountRequest vCpuCount
-
-
Class software.amazon.awssdk.services.autoscaling.model.InstanceReusePolicy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reuseOnScaleIn
Boolean reuseOnScaleIn
-
-
Class software.amazon.awssdk.services.autoscaling.model.InstancesDistribution extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
onDemandAllocationStrategy
String onDemandAllocationStrategy
-
onDemandBaseCapacity
Integer onDemandBaseCapacity
-
onDemandPercentageAboveBaseCapacity
Integer onDemandPercentageAboveBaseCapacity
-
spotAllocationStrategy
String spotAllocationStrategy
-
spotInstancePools
Integer spotInstancePools
-
spotMaxPrice
String spotMaxPrice
-
-
Class software.amazon.awssdk.services.autoscaling.model.InvalidNextTokenException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.IrreversibleInstanceRefreshException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.LaunchConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
associatePublicIpAddress
Boolean associatePublicIpAddress
-
blockDeviceMappings
List<BlockDeviceMapping> blockDeviceMappings
-
classicLinkVPCId
String classicLinkVPCId
-
classicLinkVPCSecurityGroups
List<String> classicLinkVPCSecurityGroups
-
createdTime
Instant createdTime
-
ebsOptimized
Boolean ebsOptimized
-
iamInstanceProfile
String iamInstanceProfile
-
imageId
String imageId
-
instanceMonitoring
InstanceMonitoring instanceMonitoring
-
instanceType
String instanceType
-
kernelId
String kernelId
-
keyName
String keyName
-
launchConfigurationARN
String launchConfigurationARN
-
launchConfigurationName
String launchConfigurationName
-
metadataOptions
InstanceMetadataOptions metadataOptions
-
placementTenancy
String placementTenancy
-
ramdiskId
String ramdiskId
-
securityGroups
List<String> securityGroups
-
spotPrice
String spotPrice
-
userData
String userData
-
-
Class software.amazon.awssdk.services.autoscaling.model.LaunchTemplate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
launchTemplateSpecification
LaunchTemplateSpecification launchTemplateSpecification
-
overrides
List<LaunchTemplateOverrides> overrides
-
-
Class software.amazon.awssdk.services.autoscaling.model.LaunchTemplateOverrides extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instanceRequirements
InstanceRequirements instanceRequirements
-
instanceType
String instanceType
-
launchTemplateSpecification
LaunchTemplateSpecification launchTemplateSpecification
-
weightedCapacity
String weightedCapacity
-
-
Class software.amazon.awssdk.services.autoscaling.model.LaunchTemplateSpecification extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.LifecycleHook extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autoScalingGroupName
String autoScalingGroupName
-
defaultResult
String defaultResult
-
globalTimeout
Integer globalTimeout
-
heartbeatTimeout
Integer heartbeatTimeout
-
lifecycleHookName
String lifecycleHookName
-
lifecycleTransition
String lifecycleTransition
-
notificationMetadata
String notificationMetadata
-
notificationTargetARN
String notificationTargetARN
-
roleARN
String roleARN
-
-
Class software.amazon.awssdk.services.autoscaling.model.LifecycleHookSpecification extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class software.amazon.awssdk.services.autoscaling.model.LimitExceededException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.LoadBalancerState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.LoadBalancerTargetGroupState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.LoadForecast extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
metricSpecification
PredictiveScalingMetricSpecification metricSpecification
-
timestamps
List<Instant> timestamps
-
values
List<Double> values
-
-
Class software.amazon.awssdk.services.autoscaling.model.MemoryGiBPerVCpuRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.MemoryMiBRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.Metric extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dimensions
List<MetricDimension> dimensions
-
metricName
String metricName
-
namespace
String namespace
-
-
Class software.amazon.awssdk.services.autoscaling.model.MetricCollectionType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
metric
String metric
-
-
Class software.amazon.awssdk.services.autoscaling.model.MetricDataQuery extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
expression
String expression
-
id
String id
-
label
String label
-
metricStat
MetricStat metricStat
-
returnData
Boolean returnData
-
-
Class software.amazon.awssdk.services.autoscaling.model.MetricDimension extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.MetricGranularityType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
granularity
String granularity
-
-
Class software.amazon.awssdk.services.autoscaling.model.MetricStat extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.MixedInstancesPolicy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instancesDistribution
InstancesDistribution instancesDistribution
-
launchTemplate
LaunchTemplate launchTemplate
-
-
Class software.amazon.awssdk.services.autoscaling.model.NetworkBandwidthGbpsRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.NetworkInterfaceCountRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.NotificationConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.PerformanceFactorReferenceRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instanceFamily
String instanceFamily
-
-
Class software.amazon.awssdk.services.autoscaling.model.PredefinedMetricSpecification extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.PredictiveScalingConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.PredictiveScalingCustomizedCapacityMetric extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
metricDataQueries
List<MetricDataQuery> metricDataQueries
-
-
Class software.amazon.awssdk.services.autoscaling.model.PredictiveScalingCustomizedLoadMetric extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
metricDataQueries
List<MetricDataQuery> metricDataQueries
-
-
Class software.amazon.awssdk.services.autoscaling.model.PredictiveScalingCustomizedScalingMetric extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
metricDataQueries
List<MetricDataQuery> metricDataQueries
-
-
Class software.amazon.awssdk.services.autoscaling.model.PredictiveScalingMetricSpecification extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
customizedCapacityMetricSpecification
PredictiveScalingCustomizedCapacityMetric customizedCapacityMetricSpecification
-
customizedLoadMetricSpecification
PredictiveScalingCustomizedLoadMetric customizedLoadMetricSpecification
-
customizedScalingMetricSpecification
PredictiveScalingCustomizedScalingMetric customizedScalingMetricSpecification
-
predefinedLoadMetricSpecification
PredictiveScalingPredefinedLoadMetric predefinedLoadMetricSpecification
-
predefinedMetricPairSpecification
PredictiveScalingPredefinedMetricPair predefinedMetricPairSpecification
-
predefinedScalingMetricSpecification
PredictiveScalingPredefinedScalingMetric predefinedScalingMetricSpecification
-
targetValue
Double targetValue
-
-
Class software.amazon.awssdk.services.autoscaling.model.PredictiveScalingPredefinedLoadMetric extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.PredictiveScalingPredefinedMetricPair extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.PredictiveScalingPredefinedScalingMetric extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.ProcessType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
processName
String processName
-
-
Class software.amazon.awssdk.services.autoscaling.model.RefreshPreferences extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alarmSpecification
AlarmSpecification alarmSpecification
-
autoRollback
Boolean autoRollback
-
bakeTime
Integer bakeTime
-
checkpointDelay
Integer checkpointDelay
-
checkpointPercentages
List<Integer> checkpointPercentages
-
instanceWarmup
Integer instanceWarmup
-
maxHealthyPercentage
Integer maxHealthyPercentage
-
minHealthyPercentage
Integer minHealthyPercentage
-
scaleInProtectedInstances
String scaleInProtectedInstances
-
skipMatching
Boolean skipMatching
-
standbyInstances
String standbyInstances
-
-
Class software.amazon.awssdk.services.autoscaling.model.ResourceContentionException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.ResourceInUseException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.RollbackDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instancesToUpdateOnRollback
Integer instancesToUpdateOnRollback
-
percentageCompleteOnRollback
Integer percentageCompleteOnRollback
-
progressDetailsOnRollback
InstanceRefreshProgressDetails progressDetailsOnRollback
-
rollbackReason
String rollbackReason
-
rollbackStartTime
Instant rollbackStartTime
-
-
Class software.amazon.awssdk.services.autoscaling.model.ScalingActivityInProgressException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.ScalingPolicy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
adjustmentType
String adjustmentType
-
alarms
List<Alarm> alarms
-
autoScalingGroupName
String autoScalingGroupName
-
cooldown
Integer cooldown
-
enabled
Boolean enabled
-
estimatedInstanceWarmup
Integer estimatedInstanceWarmup
-
metricAggregationType
String metricAggregationType
-
minAdjustmentMagnitude
Integer minAdjustmentMagnitude
-
minAdjustmentStep
Integer minAdjustmentStep
-
policyARN
String policyARN
-
policyName
String policyName
-
policyType
String policyType
-
predictiveScalingConfiguration
PredictiveScalingConfiguration predictiveScalingConfiguration
-
scalingAdjustment
Integer scalingAdjustment
-
stepAdjustments
List<StepAdjustment> stepAdjustments
-
targetTrackingConfiguration
TargetTrackingConfiguration targetTrackingConfiguration
-
-
Class software.amazon.awssdk.services.autoscaling.model.ScheduledUpdateGroupAction extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autoScalingGroupName
String autoScalingGroupName
-
desiredCapacity
Integer desiredCapacity
-
endTime
Instant endTime
-
maxSize
Integer maxSize
-
minSize
Integer minSize
-
recurrence
String recurrence
-
scheduledActionARN
String scheduledActionARN
-
scheduledActionName
String scheduledActionName
-
startTime
Instant startTime
-
time
Instant time
-
timeZone
String timeZone
-
-
Class software.amazon.awssdk.services.autoscaling.model.ScheduledUpdateGroupActionRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.ServiceLinkedRoleFailureException extends AutoScalingException implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.StepAdjustment extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.SuspendedProcess extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.Tag extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.TagDescription extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.TargetTrackingConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
customizedMetricSpecification
CustomizedMetricSpecification customizedMetricSpecification
-
disableScaleIn
Boolean disableScaleIn
-
predefinedMetricSpecification
PredefinedMetricSpecification predefinedMetricSpecification
-
targetValue
Double targetValue
-
-
Class software.amazon.awssdk.services.autoscaling.model.TargetTrackingMetricDataQuery extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.TargetTrackingMetricStat extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.TotalLocalStorageGBRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.TrafficSourceIdentifier extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.TrafficSourceState extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.VCpuCountRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class software.amazon.awssdk.services.autoscaling.model.WarmPoolConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instanceReusePolicy
InstanceReusePolicy instanceReusePolicy
-
maxGroupPreparedCapacity
Integer maxGroupPreparedCapacity
-
minSize
Integer minSize
-
poolState
String poolState
-
status
String status
-
-