Uses of Interface
software.amazon.awssdk.services.s3.model.GetBucketLocationRequest.Builder
-
Packages that use GetBucketLocationRequest.Builder Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.model -
-
Uses of GetBucketLocationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type GetBucketLocationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBucketLocationResponse>S3AsyncClient. getBucketLocation(Consumer<GetBucketLocationRequest.Builder> getBucketLocationRequest)default GetBucketLocationResponseS3Client. getBucketLocation(Consumer<GetBucketLocationRequest.Builder> getBucketLocationRequest) -
Uses of GetBucketLocationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetBucketLocationRequest.Builder Modifier and Type Method Description GetBucketLocationRequest.BuilderGetBucketLocationRequest.Builder. bucket(String bucket)The name of the bucket for which to get the location.static GetBucketLocationRequest.BuilderGetBucketLocationRequest. builder()GetBucketLocationRequest.BuilderGetBucketLocationRequest.Builder. expectedBucketOwner(String expectedBucketOwner)The account ID of the expected bucket owner.GetBucketLocationRequest.BuilderGetBucketLocationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBucketLocationRequest.BuilderGetBucketLocationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBucketLocationRequest.BuilderGetBucketLocationRequest. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetBucketLocationRequest.Builder Modifier and Type Method Description static Class<? extends GetBucketLocationRequest.Builder>GetBucketLocationRequest. serializableBuilderClass()
-