Uses of Class
software.amazon.awssdk.services.s3control.model.StorageLensTag
-
Packages that use StorageLensTag Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of StorageLensTag in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type StorageLensTag Modifier and Type Method Description List<StorageLensTag>GetStorageLensConfigurationTaggingResponse. tags()The tags of S3 Storage Lens configuration requested.List<StorageLensTag>PutStorageLensConfigurationRequest. tags()The tag set of the S3 Storage Lens configuration.List<StorageLensTag>PutStorageLensConfigurationTaggingRequest. tags()The tag set of the S3 Storage Lens configuration.Methods in software.amazon.awssdk.services.s3control.model with parameters of type StorageLensTag Modifier and Type Method Description GetStorageLensConfigurationTaggingResponse.BuilderGetStorageLensConfigurationTaggingResponse.Builder. tags(StorageLensTag... tags)The tags of S3 Storage Lens configuration requested.PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. tags(StorageLensTag... tags)The tag set of the S3 Storage Lens configuration.PutStorageLensConfigurationTaggingRequest.BuilderPutStorageLensConfigurationTaggingRequest.Builder. tags(StorageLensTag... tags)The tag set of the S3 Storage Lens configuration.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type StorageLensTag Modifier and Type Method Description GetStorageLensConfigurationTaggingResponse.BuilderGetStorageLensConfigurationTaggingResponse.Builder. tags(Collection<StorageLensTag> tags)The tags of S3 Storage Lens configuration requested.PutStorageLensConfigurationRequest.BuilderPutStorageLensConfigurationRequest.Builder. tags(Collection<StorageLensTag> tags)The tag set of the S3 Storage Lens configuration.PutStorageLensConfigurationTaggingRequest.BuilderPutStorageLensConfigurationTaggingRequest.Builder. tags(Collection<StorageLensTag> tags)The tag set of the S3 Storage Lens configuration.
-