Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.GetDeploymentRequest.Builder
-
Packages that use GetDeploymentRequest.Builder Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.software.amazon.awssdk.services.greengrassv2.model -
-
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.greengrassv2
Method parameters in software.amazon.awssdk.services.greengrassv2 with type arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>GreengrassV2AsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets a deployment.default GetDeploymentResponseGreengrassV2Client. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets a deployment. -
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return GetDeploymentRequest.Builder Modifier and Type Method Description static GetDeploymentRequest.BuilderGetDeploymentRequest. builder()GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. deploymentId(String deploymentId)The ID of the deployment.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentRequest.BuilderGetDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentRequest.Builder>GetDeploymentRequest. serializableBuilderClass()
-