Uses of Interface
software.amazon.awssdk.services.s3.model.GetBucketAnalyticsConfigurationResponse.Builder
-
Packages that use GetBucketAnalyticsConfigurationResponse.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of GetBucketAnalyticsConfigurationResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetBucketAnalyticsConfigurationResponse.Builder Modifier and Type Method Description default GetBucketAnalyticsConfigurationResponse.BuilderGetBucketAnalyticsConfigurationResponse.Builder. analyticsConfiguration(Consumer<AnalyticsConfiguration.Builder> analyticsConfiguration)The configuration and any analyses for the analytics filter.GetBucketAnalyticsConfigurationResponse.BuilderGetBucketAnalyticsConfigurationResponse.Builder. analyticsConfiguration(AnalyticsConfiguration analyticsConfiguration)The configuration and any analyses for the analytics filter.static GetBucketAnalyticsConfigurationResponse.BuilderGetBucketAnalyticsConfigurationResponse. builder()GetBucketAnalyticsConfigurationResponse.BuilderGetBucketAnalyticsConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetBucketAnalyticsConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetBucketAnalyticsConfigurationResponse.Builder>GetBucketAnalyticsConfigurationResponse. serializableBuilderClass()
-