Uses of Interface
software.amazon.awssdk.services.s3.model.GetBucketMetadataConfigurationResult.Builder
-
Packages that use GetBucketMetadataConfigurationResult.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of GetBucketMetadataConfigurationResult.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetBucketMetadataConfigurationResult.Builder Modifier and Type Method Description static GetBucketMetadataConfigurationResult.BuilderGetBucketMetadataConfigurationResult. builder()default GetBucketMetadataConfigurationResult.BuilderGetBucketMetadataConfigurationResult.Builder. metadataConfigurationResult(Consumer<MetadataConfigurationResult.Builder> metadataConfigurationResult)The metadata configuration for a general purpose bucket.GetBucketMetadataConfigurationResult.BuilderGetBucketMetadataConfigurationResult.Builder. metadataConfigurationResult(MetadataConfigurationResult metadataConfigurationResult)The metadata configuration for a general purpose bucket.GetBucketMetadataConfigurationResult.BuilderGetBucketMetadataConfigurationResult. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetBucketMetadataConfigurationResult.Builder Modifier and Type Method Description static Class<? extends GetBucketMetadataConfigurationResult.Builder>GetBucketMetadataConfigurationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type GetBucketMetadataConfigurationResult.Builder Modifier and Type Method Description default GetBucketMetadataConfigurationResponse.BuilderGetBucketMetadataConfigurationResponse.Builder. getBucketMetadataConfigurationResult(Consumer<GetBucketMetadataConfigurationResult.Builder> getBucketMetadataConfigurationResult)The metadata configuration for the general purpose bucket.
-