Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketLocationRequest
-
Packages that use GetBucketLocationRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of GetBucketLocationRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type GetBucketLocationRequest Modifier and Type Method Description CompletableFuture<GetBucketLocationResponse>DelegatingS3AsyncClient. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)GetBucketLocationResponseDelegatingS3Client. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)default CompletableFuture<GetBucketLocationResponse>S3AsyncClient. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)default GetBucketLocationResponseS3Client. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest) -
Uses of GetBucketLocationRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type GetBucketLocationRequest Modifier and Type Method Description SdkHttpFullRequestGetBucketLocationRequestMarshaller. marshall(GetBucketLocationRequest getBucketLocationRequest)
-