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