Uses of Interface
software.amazon.awssdk.services.autoscaling.model.StartInstanceRefreshResponse.Builder
-
Packages that use StartInstanceRefreshResponse.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of StartInstanceRefreshResponse.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return StartInstanceRefreshResponse.Builder Modifier and Type Method Description static StartInstanceRefreshResponse.BuilderStartInstanceRefreshResponse. builder()StartInstanceRefreshResponse.BuilderStartInstanceRefreshResponse.Builder. instanceRefreshId(String instanceRefreshId)A unique ID for tracking the progress of the instance refresh.StartInstanceRefreshResponse.BuilderStartInstanceRefreshResponse. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type StartInstanceRefreshResponse.Builder Modifier and Type Method Description static Class<? extends StartInstanceRefreshResponse.Builder>StartInstanceRefreshResponse. serializableBuilderClass()
-