Uses of Interface
software.amazon.awssdk.services.greengrass.model.StartBulkDeploymentRequest.Builder
-
Packages that use StartBulkDeploymentRequest.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 StartBulkDeploymentRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type StartBulkDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<StartBulkDeploymentResponse>GreengrassAsyncClient. startBulkDeployment(Consumer<StartBulkDeploymentRequest.Builder> startBulkDeploymentRequest)Deploys multiple groups in one operation.default StartBulkDeploymentResponseGreengrassClient. startBulkDeployment(Consumer<StartBulkDeploymentRequest.Builder> startBulkDeploymentRequest)Deploys multiple groups in one operation. -
Uses of StartBulkDeploymentRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return StartBulkDeploymentRequest.Builder Modifier and Type Method Description StartBulkDeploymentRequest.BuilderStartBulkDeploymentRequest.Builder. amznClientToken(String amznClientToken)A client token used to correlate requests and responses.static StartBulkDeploymentRequest.BuilderStartBulkDeploymentRequest. builder()StartBulkDeploymentRequest.BuilderStartBulkDeploymentRequest.Builder. executionRoleArn(String executionRoleArn)The ARN of the execution role to associate with the bulk deployment operation.StartBulkDeploymentRequest.BuilderStartBulkDeploymentRequest.Builder. inputFileUri(String inputFileUri)The URI of the input file contained in the S3 bucket.StartBulkDeploymentRequest.BuilderStartBulkDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartBulkDeploymentRequest.BuilderStartBulkDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartBulkDeploymentRequest.BuilderStartBulkDeploymentRequest.Builder. tags(Map<String,String> tags)Tag(s) to add to the new resource.StartBulkDeploymentRequest.BuilderStartBulkDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type StartBulkDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends StartBulkDeploymentRequest.Builder>StartBulkDeploymentRequest. serializableBuilderClass()
-