| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the key-value pair of a tag added to your Amazon Web Services resource.
|
Tag |
Tag.withValue(String value)
The value of the key-value pair of a tag added to your Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The Amazon Web Services resource tags that you want to add to the specified S3 resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The Amazon Web Services resource tags that are associated with the resource.
|
List<Tag> |
CreateStorageLensGroupRequest.getTags()
The Amazon Web Services resource tags that you're adding to your Storage Lens group.
|
List<Tag> |
CreateAccessGrantsLocationRequest.getTags()
The Amazon Web Services resource tags that you are adding to the S3 Access Grants location.
|
List<Tag> |
CreateAccessGrantsInstanceRequest.getTags()
The Amazon Web Services resource tags that you are adding to the S3 Access Grants instance.
|
List<Tag> |
CreateAccessGrantRequest.getTags()
The Amazon Web Services resource tags that you are adding to the access grant.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The Amazon Web Services resource tags that you want to add to the specified S3 resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The Amazon Web Services resource tags that are associated with the resource.
|
CreateStorageLensGroupRequest |
CreateStorageLensGroupRequest.withTags(Tag... tags)
The Amazon Web Services resource tags that you're adding to your Storage Lens group.
|
CreateAccessGrantsLocationRequest |
CreateAccessGrantsLocationRequest.withTags(Tag... tags)
The Amazon Web Services resource tags that you are adding to the S3 Access Grants location.
|
CreateAccessGrantsInstanceRequest |
CreateAccessGrantsInstanceRequest.withTags(Tag... tags)
The Amazon Web Services resource tags that you are adding to the S3 Access Grants instance.
|
CreateAccessGrantRequest |
CreateAccessGrantRequest.withTags(Tag... tags)
The Amazon Web Services resource tags that you are adding to the access grant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you want to add to the specified S3 resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The Amazon Web Services resource tags that are associated with the resource.
|
void |
CreateStorageLensGroupRequest.setTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you're adding to your Storage Lens group.
|
void |
CreateAccessGrantsLocationRequest.setTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you are adding to the S3 Access Grants location.
|
void |
CreateAccessGrantsInstanceRequest.setTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you are adding to the S3 Access Grants instance.
|
void |
CreateAccessGrantRequest.setTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you are adding to the access grant.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you want to add to the specified S3 resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The Amazon Web Services resource tags that are associated with the resource.
|
CreateStorageLensGroupRequest |
CreateStorageLensGroupRequest.withTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you're adding to your Storage Lens group.
|
CreateAccessGrantsLocationRequest |
CreateAccessGrantsLocationRequest.withTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you are adding to the S3 Access Grants location.
|
CreateAccessGrantsInstanceRequest |
CreateAccessGrantsInstanceRequest.withTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you are adding to the S3 Access Grants instance.
|
CreateAccessGrantRequest |
CreateAccessGrantRequest.withTags(Collection<Tag> tags)
The Amazon Web Services resource tags that you are adding to the access grant.
|
Copyright © 2024. All rights reserved.