Uses of Interface
software.amazon.awssdk.services.greengrass.model.GetDeploymentStatusRequest.Builder
-
Packages that use GetDeploymentStatusRequest.Builder Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage.software.amazon.awssdk.services.greengrass.model -
-
Uses of GetDeploymentStatusRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type GetDeploymentStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentStatusResponse>GreengrassAsyncClient. getDeploymentStatus(Consumer<GetDeploymentStatusRequest.Builder> getDeploymentStatusRequest)Returns the status of a deployment.default GetDeploymentStatusResponseGreengrassClient. getDeploymentStatus(Consumer<GetDeploymentStatusRequest.Builder> getDeploymentStatusRequest)Returns the status of a deployment. -
Uses of GetDeploymentStatusRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return GetDeploymentStatusRequest.Builder Modifier and Type Method Description static GetDeploymentStatusRequest.BuilderGetDeploymentStatusRequest. builder()GetDeploymentStatusRequest.BuilderGetDeploymentStatusRequest.Builder. deploymentId(String deploymentId)The ID of the deployment.GetDeploymentStatusRequest.BuilderGetDeploymentStatusRequest.Builder. groupId(String groupId)The ID of the Greengrass group.GetDeploymentStatusRequest.BuilderGetDeploymentStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentStatusRequest.BuilderGetDeploymentStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentStatusRequest.BuilderGetDeploymentStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GetDeploymentStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentStatusRequest.Builder>GetDeploymentStatusRequest. serializableBuilderClass()
-