Uses of Interface
software.amazon.awssdk.services.proton.model.CancelComponentDeploymentResponse.Builder
-
Packages that use CancelComponentDeploymentResponse.Builder Package Description software.amazon.awssdk.services.proton.model -
-
Uses of CancelComponentDeploymentResponse.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return CancelComponentDeploymentResponse.Builder Modifier and Type Method Description static CancelComponentDeploymentResponse.BuilderCancelComponentDeploymentResponse. builder()default CancelComponentDeploymentResponse.BuilderCancelComponentDeploymentResponse.Builder. component(Consumer<Component.Builder> component)The detailed data of the component with the deployment that is being canceled.CancelComponentDeploymentResponse.BuilderCancelComponentDeploymentResponse.Builder. component(Component component)The detailed data of the component with the deployment that is being canceled.CancelComponentDeploymentResponse.BuilderCancelComponentDeploymentResponse. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type CancelComponentDeploymentResponse.Builder Modifier and Type Method Description static Class<? extends CancelComponentDeploymentResponse.Builder>CancelComponentDeploymentResponse. serializableBuilderClass()
-