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