Uses of Interface
software.amazon.awssdk.services.autoscaling.model.CancelInstanceRefreshResponse.Builder
-
Packages that use CancelInstanceRefreshResponse.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of CancelInstanceRefreshResponse.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return CancelInstanceRefreshResponse.Builder Modifier and Type Method Description static CancelInstanceRefreshResponse.BuilderCancelInstanceRefreshResponse. builder()CancelInstanceRefreshResponse.BuilderCancelInstanceRefreshResponse.Builder. instanceRefreshId(String instanceRefreshId)The instance refresh ID associated with the request.CancelInstanceRefreshResponse.BuilderCancelInstanceRefreshResponse. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type CancelInstanceRefreshResponse.Builder Modifier and Type Method Description static Class<? extends CancelInstanceRefreshResponse.Builder>CancelInstanceRefreshResponse. serializableBuilderClass()
-