Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketLocationResponse
-
Packages that use GetBucketLocationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketLocationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketLocationResponse Modifier and Type Method Description GetBucketLocationResponseDelegatingS3Client. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)Returns the Region the bucket resides in.default GetBucketLocationResponseS3Client. getBucketLocation(Consumer<GetBucketLocationRequest.Builder> getBucketLocationRequest)Returns the Region the bucket resides in.default GetBucketLocationResponseS3Client. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)Returns the Region the bucket resides in.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketLocationResponse Modifier and Type Method Description CompletableFuture<GetBucketLocationResponse>DelegatingS3AsyncClient. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)Returns the Region the bucket resides in.default CompletableFuture<GetBucketLocationResponse>S3AsyncClient. getBucketLocation(Consumer<GetBucketLocationRequest.Builder> getBucketLocationRequest)Returns the Region the bucket resides in.default CompletableFuture<GetBucketLocationResponse>S3AsyncClient. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)Returns the Region the bucket resides in.
-