Uses of Interface
software.amazon.awssdk.services.s3control.model.GetStorageLensConfigurationTaggingResponse.Builder
-
Packages that use GetStorageLensConfigurationTaggingResponse.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of GetStorageLensConfigurationTaggingResponse.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return GetStorageLensConfigurationTaggingResponse.Builder Modifier and Type Method Description static GetStorageLensConfigurationTaggingResponse.BuilderGetStorageLensConfigurationTaggingResponse. builder()GetStorageLensConfigurationTaggingResponse.BuilderGetStorageLensConfigurationTaggingResponse.Builder. tags(Collection<StorageLensTag> tags)The tags of S3 Storage Lens configuration requested.GetStorageLensConfigurationTaggingResponse.BuilderGetStorageLensConfigurationTaggingResponse.Builder. tags(Consumer<StorageLensTag.Builder>... tags)The tags of S3 Storage Lens configuration requested.GetStorageLensConfigurationTaggingResponse.BuilderGetStorageLensConfigurationTaggingResponse.Builder. tags(StorageLensTag... tags)The tags of S3 Storage Lens configuration requested.GetStorageLensConfigurationTaggingResponse.BuilderGetStorageLensConfigurationTaggingResponse. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type GetStorageLensConfigurationTaggingResponse.Builder Modifier and Type Method Description static Class<? extends GetStorageLensConfigurationTaggingResponse.Builder>GetStorageLensConfigurationTaggingResponse. serializableBuilderClass()
-