| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProfileSummary |
ConfigurationProfileSummary.clone() |
ConfigurationProfileSummary |
ConfigurationProfileSummary.withApplicationId(String applicationId)
The application ID.
|
ConfigurationProfileSummary |
ConfigurationProfileSummary.withId(String id)
The ID of the configuration profile.
|
ConfigurationProfileSummary |
ConfigurationProfileSummary.withLocationUri(String locationUri)
The URI location of the configuration.
|
ConfigurationProfileSummary |
ConfigurationProfileSummary.withName(String name)
The name of the configuration profile.
|
ConfigurationProfileSummary |
ConfigurationProfileSummary.withValidatorTypes(Collection<String> validatorTypes)
The types of validators in the configuration profile.
|
ConfigurationProfileSummary |
ConfigurationProfileSummary.withValidatorTypes(String... validatorTypes)
The types of validators in the configuration profile.
|
ConfigurationProfileSummary |
ConfigurationProfileSummary.withValidatorTypes(ValidatorType... validatorTypes)
The types of validators in the configuration profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationProfileSummary> |
ListConfigurationProfilesResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationProfilesResult |
ListConfigurationProfilesResult.withItems(ConfigurationProfileSummary... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConfigurationProfilesResult.setItems(Collection<ConfigurationProfileSummary> items)
The elements from this collection.
|
ListConfigurationProfilesResult |
ListConfigurationProfilesResult.withItems(Collection<ConfigurationProfileSummary> items)
The elements from this collection.
|
Copyright © 2020. All rights reserved.