| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
UpdateAppRequest.tags()
The tags to associate with the application.
|
List<Tag> |
CreateAppResponse.tags()
The tags associated with the application.
|
List<Tag> |
UpdateAppResponse.tags()
The tags associated with the application.
|
List<Tag> |
CreateAppRequest.tags()
The tags to be associated with the application.
|
List<Tag> |
GetAppResponse.tags()
The tags associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.tags(Tag... tags)
The tags to associate with the application.
|
CreateAppResponse.Builder |
CreateAppResponse.Builder.tags(Tag... tags)
The tags associated with the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.tags(Tag... tags)
The tags associated with the application.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.tags(Tag... tags)
The tags to be associated with the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.tags(Tag... tags)
The tags associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.tags(Collection<Tag> tags)
The tags to associate with the application.
|
CreateAppResponse.Builder |
CreateAppResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the application.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.tags(Collection<Tag> tags)
The tags to be associated with the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the application.
|
Copyright © 2023. All rights reserved.