Uses of Class
software.amazon.awssdk.services.proton.model.Component
-
Packages that use Component Package Description software.amazon.awssdk.services.proton.model -
-
Uses of Component in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return Component Modifier and Type Method Description ComponentCancelComponentDeploymentResponse. component()The detailed data of the component with the deployment that is being canceled.ComponentCreateComponentResponse. component()The detailed data of the created component.ComponentDeleteComponentResponse. component()The detailed data of the component being deleted.ComponentGetComponentResponse. component()The detailed data of the requested component.ComponentUpdateComponentResponse. component()The detailed data of the updated component.Methods in software.amazon.awssdk.services.proton.model with parameters of type Component Modifier and Type Method Description CancelComponentDeploymentResponse.BuilderCancelComponentDeploymentResponse.Builder. component(Component component)The detailed data of the component with the deployment that is being canceled.CreateComponentResponse.BuilderCreateComponentResponse.Builder. component(Component component)The detailed data of the created component.DeleteComponentResponse.BuilderDeleteComponentResponse.Builder. component(Component component)The detailed data of the component being deleted.GetComponentResponse.BuilderGetComponentResponse.Builder. component(Component component)The detailed data of the requested component.UpdateComponentResponse.BuilderUpdateComponentResponse.Builder. component(Component component)The detailed data of the updated component.
-