| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateScheduleGroupRequest.tags()
The list of tags to associate with the schedule group.
|
List<Tag> |
TagResourceRequest.tags()
The list of tags to associate with the schedule group.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The list of tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScheduleGroupRequest.Builder |
CreateScheduleGroupRequest.Builder.tags(Tag... tags)
The list of tags to associate with the schedule group.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The list of tags to associate with the schedule group.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The list of tags associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScheduleGroupRequest.Builder |
CreateScheduleGroupRequest.Builder.tags(Collection<Tag> tags)
The list of tags to associate with the schedule group.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The list of tags to associate with the schedule group.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The list of tags associated with the specified resource.
|
Copyright © 2022. All rights reserved.