| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceRefresh |
InstanceRefresh.clone() |
InstanceRefresh |
InstanceRefresh.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
InstanceRefresh |
InstanceRefresh.withDesiredConfiguration(DesiredConfiguration desiredConfiguration)
Describes the desired configuration for the instance refresh.
|
InstanceRefresh |
InstanceRefresh.withEndTime(Date endTime)
The date and time at which the instance refresh ended.
|
InstanceRefresh |
InstanceRefresh.withInstanceRefreshId(String instanceRefreshId)
The instance refresh ID.
|
InstanceRefresh |
InstanceRefresh.withInstancesToUpdate(Integer instancesToUpdate)
The number of instances remaining to update before the instance refresh is complete.
|
InstanceRefresh |
InstanceRefresh.withPercentageComplete(Integer percentageComplete)
The percentage of the instance refresh that is complete.
|
InstanceRefresh |
InstanceRefresh.withPreferences(RefreshPreferences preferences)
The preferences for an instance refresh.
|
InstanceRefresh |
InstanceRefresh.withProgressDetails(InstanceRefreshProgressDetails progressDetails)
Additional progress details for an Auto Scaling group that has a warm pool.
|
InstanceRefresh |
InstanceRefresh.withRollbackDetails(RollbackDetails rollbackDetails)
The rollback details.
|
InstanceRefresh |
InstanceRefresh.withStartTime(Date startTime)
The date and time at which the instance refresh began.
|
InstanceRefresh |
InstanceRefresh.withStatus(InstanceRefreshStatus status)
The current status for the instance refresh operation:
|
InstanceRefresh |
InstanceRefresh.withStatus(String status)
The current status for the instance refresh operation:
|
InstanceRefresh |
InstanceRefresh.withStatusReason(String statusReason)
The explanation for the specific status assigned to this operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceRefresh> |
DescribeInstanceRefreshesResult.getInstanceRefreshes()
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceRefreshesResult |
DescribeInstanceRefreshesResult.withInstanceRefreshes(InstanceRefresh... instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstanceRefreshesResult.setInstanceRefreshes(Collection<InstanceRefresh> instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
DescribeInstanceRefreshesResult |
DescribeInstanceRefreshesResult.withInstanceRefreshes(Collection<InstanceRefresh> instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
Copyright © 2024. All rights reserved.