| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateRotationRequest.tags()
Optional metadata to assign to the rotation.
|
List<Tag> |
TagResourceRequest.tags()
A list of tags that you are adding to the contact or escalation plan.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags related to the contact or escalation plan.
|
List<Tag> |
CreateContactRequest.tags()
Adds a tag to the target.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.tags(Tag... tags)
Optional metadata to assign to the rotation.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags that you are adding to the contact or escalation plan.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags related to the contact or escalation plan.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.tags(Tag... tags)
Adds a tag to the target.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.tags(Collection<Tag> tags)
Optional metadata to assign to the rotation.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you are adding to the contact or escalation plan.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags related to the contact or escalation plan.
|
CreateContactRequest.Builder |
CreateContactRequest.Builder.tags(Collection<Tag> tags)
Adds a tag to the target.
|
Copyright © 2023. All rights reserved.