Uses of Interface
software.amazon.awssdk.services.proton.model.GetDeploymentRequest.Builder
-
Packages that use GetDeploymentRequest.Builder Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.model -
-
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.proton
Method parameters in software.amazon.awssdk.services.proton with type arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>ProtonAsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Get detailed data for a deployment.default GetDeploymentResponseProtonClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Get detailed data for a deployment. -
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return GetDeploymentRequest.Builder Modifier and Type Method Description static GetDeploymentRequest.BuilderGetDeploymentRequest. builder()GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. componentName(String componentName)The name of a component that you want to get the detailed data for.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. environmentName(String environmentName)The name of a environment that you want to get the detailed data for.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. id(String id)The ID of the deployment that you want to get the detailed data for.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. serviceInstanceName(String serviceInstanceName)The name of the service instance associated with the given deployment ID.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. serviceName(String serviceName)The name of the service associated with the given deployment ID.GetDeploymentRequest.BuilderGetDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentRequest.Builder>GetDeploymentRequest. serializableBuilderClass()
-