| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.clone() |
Application |
Application.withDescription(String description)
The description of the application.
|
Application |
Application.withId(String id)
The application ID.
|
Application |
Application.withName(String name)
The application name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ListApplicationsResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withItems(Application... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setItems(Collection<Application> items)
The elements from this collection.
|
ListApplicationsResult |
ListApplicationsResult.withItems(Collection<Application> items)
The elements from this collection.
|
Copyright © 2023. All rights reserved.