Uses of Class
software.amazon.awssdk.services.autoscaling.model.InstanceRefresh
-
Packages that use InstanceRefresh Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of InstanceRefresh in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type InstanceRefresh Modifier and Type Method Description List<InstanceRefresh>DescribeInstanceRefreshesResponse. instanceRefreshes()The instance refreshes for the specified group, sorted by creation timestamp in descending order.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type InstanceRefresh Modifier and Type Method Description DescribeInstanceRefreshesResponse.BuilderDescribeInstanceRefreshesResponse.Builder. instanceRefreshes(InstanceRefresh... instanceRefreshes)The instance refreshes for the specified group, sorted by creation timestamp in descending order.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type InstanceRefresh Modifier and Type Method Description DescribeInstanceRefreshesResponse.BuilderDescribeInstanceRefreshesResponse.Builder. instanceRefreshes(Collection<InstanceRefresh> instanceRefreshes)The instance refreshes for the specified group, sorted by creation timestamp in descending order.
-