Uses of Interface
software.amazon.awssdk.services.greengrass.model.GetBulkDeploymentStatusRequest.Builder
-
Packages that use GetBulkDeploymentStatusRequest.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 GetBulkDeploymentStatusRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type GetBulkDeploymentStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBulkDeploymentStatusResponse>GreengrassAsyncClient. getBulkDeploymentStatus(Consumer<GetBulkDeploymentStatusRequest.Builder> getBulkDeploymentStatusRequest)Returns the status of a bulk deployment.default GetBulkDeploymentStatusResponseGreengrassClient. getBulkDeploymentStatus(Consumer<GetBulkDeploymentStatusRequest.Builder> getBulkDeploymentStatusRequest)Returns the status of a bulk deployment. -
Uses of GetBulkDeploymentStatusRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return GetBulkDeploymentStatusRequest.Builder Modifier and Type Method Description static GetBulkDeploymentStatusRequest.BuilderGetBulkDeploymentStatusRequest. builder()GetBulkDeploymentStatusRequest.BuilderGetBulkDeploymentStatusRequest.Builder. bulkDeploymentId(String bulkDeploymentId)The ID of the bulk deployment.GetBulkDeploymentStatusRequest.BuilderGetBulkDeploymentStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBulkDeploymentStatusRequest.BuilderGetBulkDeploymentStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBulkDeploymentStatusRequest.BuilderGetBulkDeploymentStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GetBulkDeploymentStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetBulkDeploymentStatusRequest.Builder>GetBulkDeploymentStatusRequest. serializableBuilderClass()
-