Uses of Class
software.amazon.awssdk.services.macie2.model.KeyValuePair
-
Packages that use KeyValuePair Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of KeyValuePair in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type KeyValuePair Modifier and Type Method Description List<KeyValuePair>BucketMetadata. tags()An array that specifies the tags (keys and values) that are associated with the bucket.List<KeyValuePair>S3Bucket. tags()The tags that are associated with the bucket.List<KeyValuePair>S3Object. tags()The tags that are associated with the object.Methods in software.amazon.awssdk.services.macie2.model with parameters of type KeyValuePair Modifier and Type Method Description BucketMetadata.BuilderBucketMetadata.Builder. tags(KeyValuePair... tags)An array that specifies the tags (keys and values) that are associated with the bucket.S3Bucket.BuilderS3Bucket.Builder. tags(KeyValuePair... tags)The tags that are associated with the bucket.S3Object.BuilderS3Object.Builder. tags(KeyValuePair... tags)The tags that are associated with the object.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type KeyValuePair Modifier and Type Method Description BucketMetadata.BuilderBucketMetadata.Builder. tags(Collection<KeyValuePair> tags)An array that specifies the tags (keys and values) that are associated with the bucket.S3Bucket.BuilderS3Bucket.Builder. tags(Collection<KeyValuePair> tags)The tags that are associated with the bucket.S3Object.BuilderS3Object.Builder. tags(Collection<KeyValuePair> tags)The tags that are associated with the object.
-