| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
ExtensionSummary |
ExtensionSummary.clone() |
ExtensionSummary |
ExtensionSummary.withArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
|
ExtensionSummary |
ExtensionSummary.withDescription(String description)
Information about the extension.
|
ExtensionSummary |
ExtensionSummary.withId(String id)
The system-generated ID of the extension.
|
ExtensionSummary |
ExtensionSummary.withName(String name)
The extension name.
|
ExtensionSummary |
ExtensionSummary.withVersionNumber(Integer versionNumber)
The extension version number.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionSummary> |
ListExtensionsResult.getItems()
The list of available extensions.
|
| Modifier and Type | Method and Description |
|---|---|
ListExtensionsResult |
ListExtensionsResult.withItems(ExtensionSummary... items)
The list of available extensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExtensionsResult.setItems(Collection<ExtensionSummary> items)
The list of available extensions.
|
ListExtensionsResult |
ListExtensionsResult.withItems(Collection<ExtensionSummary> items)
The list of available extensions.
|
Copyright © 2024. All rights reserved.