Uses of Class
software.amazon.awssdk.services.s3.model.AnalyticsConfiguration
Packages that use AnalyticsConfiguration
-
Uses of AnalyticsConfiguration in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnalyticsConfigurationModifier and TypeMethodDescriptionfinal AnalyticsConfigurationGetBucketAnalyticsConfigurationResponse.analyticsConfiguration()The configuration and any analyses for the analytics filter.final AnalyticsConfigurationPutBucketAnalyticsConfigurationRequest.analyticsConfiguration()The configuration and any analyses for the analytics filter.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AnalyticsConfigurationModifier and TypeMethodDescriptionfinal List<AnalyticsConfiguration>ListBucketAnalyticsConfigurationsResponse.analyticsConfigurationList()The list of analytics configurations for a bucket.Methods in software.amazon.awssdk.services.s3.model with parameters of type AnalyticsConfigurationModifier and TypeMethodDescriptionGetBucketAnalyticsConfigurationResponse.Builder.analyticsConfiguration(AnalyticsConfiguration analyticsConfiguration) The configuration and any analyses for the analytics filter.PutBucketAnalyticsConfigurationRequest.Builder.analyticsConfiguration(AnalyticsConfiguration analyticsConfiguration) The configuration and any analyses for the analytics filter.ListBucketAnalyticsConfigurationsResponse.Builder.analyticsConfigurationList(AnalyticsConfiguration... analyticsConfigurationList) The list of analytics configurations for a bucket.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type AnalyticsConfigurationModifier and TypeMethodDescriptionListBucketAnalyticsConfigurationsResponse.Builder.analyticsConfigurationList(Collection<AnalyticsConfiguration> analyticsConfigurationList) The list of analytics configurations for a bucket.