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 GetBucketLocationResponse
DelegatingS3Client. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
default GetBucketLocationResponse
S3Client. getBucketLocation(Consumer<GetBucketLocationRequest.Builder> getBucketLocationRequest)
default GetBucketLocationResponse
S3Client. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
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)
default CompletableFuture<GetBucketLocationResponse>
S3AsyncClient. getBucketLocation(Consumer<GetBucketLocationRequest.Builder> getBucketLocationRequest)
default CompletableFuture<GetBucketLocationResponse>
S3AsyncClient. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
-