Uses of Interface
software.amazon.awssdk.services.codedeploy.model.StopDeploymentResponse.Builder
-
Packages that use StopDeploymentResponse.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of StopDeploymentResponse.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return StopDeploymentResponse.Builder Modifier and Type Method Description static StopDeploymentResponse.BuilderStopDeploymentResponse. builder()StopDeploymentResponse.BuilderStopDeploymentResponse.Builder. status(String status)The status of the stop deployment operation:StopDeploymentResponse.BuilderStopDeploymentResponse.Builder. status(StopStatus status)The status of the stop deployment operation:StopDeploymentResponse.BuilderStopDeploymentResponse.Builder. statusMessage(String statusMessage)An accompanying status message.StopDeploymentResponse.BuilderStopDeploymentResponse. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type StopDeploymentResponse.Builder Modifier and Type Method Description static Class<? extends StopDeploymentResponse.Builder>StopDeploymentResponse. serializableBuilderClass()
-