Uses of Interface
software.amazon.awssdk.services.datasync.model.DescribeLocationS3Request.Builder
-
Packages that use DescribeLocationS3Request.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of DescribeLocationS3Request.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type DescribeLocationS3Request.Builder Modifier and Type Method Description default CompletableFuture<DescribeLocationS3Response>DataSyncAsyncClient. describeLocationS3(Consumer<DescribeLocationS3Request.Builder> describeLocationS3Request)Provides details about how an DataSync transfer location for an S3 bucket is configured.default DescribeLocationS3ResponseDataSyncClient. describeLocationS3(Consumer<DescribeLocationS3Request.Builder> describeLocationS3Request)Provides details about how an DataSync transfer location for an S3 bucket is configured. -
Uses of DescribeLocationS3Request.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return DescribeLocationS3Request.Builder Modifier and Type Method Description static DescribeLocationS3Request.BuilderDescribeLocationS3Request. builder()DescribeLocationS3Request.BuilderDescribeLocationS3Request.Builder. locationArn(String locationArn)Specifies the Amazon Resource Name (ARN) of the Amazon S3 location.DescribeLocationS3Request.BuilderDescribeLocationS3Request.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeLocationS3Request.BuilderDescribeLocationS3Request.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeLocationS3Request.BuilderDescribeLocationS3Request. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type DescribeLocationS3Request.Builder Modifier and Type Method Description static Class<? extends DescribeLocationS3Request.Builder>DescribeLocationS3Request. serializableBuilderClass()
-