Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketAnalyticsConfigurationResponse
-
Packages that use GetBucketAnalyticsConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketAnalyticsConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketAnalyticsConfigurationResponse Modifier and Type Method Description GetBucketAnalyticsConfigurationResponseDelegatingS3Client. getBucketAnalyticsConfiguration(GetBucketAnalyticsConfigurationRequest getBucketAnalyticsConfigurationRequest)This implementation of the GET action returns an analytics configuration (identified by the analytics configuration ID) from the bucket.default GetBucketAnalyticsConfigurationResponseS3Client. getBucketAnalyticsConfiguration(Consumer<GetBucketAnalyticsConfigurationRequest.Builder> getBucketAnalyticsConfigurationRequest)This implementation of the GET action returns an analytics configuration (identified by the analytics configuration ID) from the bucket.default GetBucketAnalyticsConfigurationResponseS3Client. getBucketAnalyticsConfiguration(GetBucketAnalyticsConfigurationRequest getBucketAnalyticsConfigurationRequest)This implementation of the GET action returns an analytics configuration (identified by the analytics configuration ID) from the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketAnalyticsConfigurationResponse Modifier and Type Method Description CompletableFuture<GetBucketAnalyticsConfigurationResponse>DelegatingS3AsyncClient. getBucketAnalyticsConfiguration(GetBucketAnalyticsConfigurationRequest getBucketAnalyticsConfigurationRequest)This implementation of the GET action returns an analytics configuration (identified by the analytics configuration ID) from the bucket.default CompletableFuture<GetBucketAnalyticsConfigurationResponse>S3AsyncClient. getBucketAnalyticsConfiguration(Consumer<GetBucketAnalyticsConfigurationRequest.Builder> getBucketAnalyticsConfigurationRequest)This implementation of the GET action returns an analytics configuration (identified by the analytics configuration ID) from the bucket.default CompletableFuture<GetBucketAnalyticsConfigurationResponse>S3AsyncClient. getBucketAnalyticsConfiguration(GetBucketAnalyticsConfigurationRequest getBucketAnalyticsConfigurationRequest)This implementation of the GET action returns an analytics configuration (identified by the analytics configuration ID) from the bucket.
-