| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.appSummary(AppSummary appSummary)
A summary description of the application.
|
default UpdateAppResponse.Builder |
UpdateAppResponse.Builder.appSummary(Consumer<AppSummary.Builder> appSummary)
A summary description of the application.
|
static UpdateAppResponse.Builder |
UpdateAppResponse.builder() |
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.serverGroups(Collection<ServerGroup> serverGroups)
The updated server groups in the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.serverGroups(Consumer<ServerGroup.Builder>... serverGroups)
The updated server groups in the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.serverGroups(ServerGroup... serverGroups)
The updated server groups in the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.tags(Collection<Tag> tags)
The tags associated with the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.tags(Tag... tags)
The tags associated with the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAppResponse.Builder> |
UpdateAppResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.