| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| software.amazon.awssdk.services.appconfig.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListConfigurationProfilesResponse |
AppConfigClient.listConfigurationProfiles(Consumer<ListConfigurationProfilesRequest.Builder> listConfigurationProfilesRequest)
Lists the configuration profiles for an application.
|
default ListConfigurationProfilesResponse |
AppConfigClient.listConfigurationProfiles(ListConfigurationProfilesRequest listConfigurationProfilesRequest)
Lists the configuration profiles for an application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListConfigurationProfilesResponse> |
AppConfigAsyncClient.listConfigurationProfiles(Consumer<ListConfigurationProfilesRequest.Builder> listConfigurationProfilesRequest)
Lists the configuration profiles for an application.
|
default CompletableFuture<ListConfigurationProfilesResponse> |
AppConfigAsyncClient.listConfigurationProfiles(ListConfigurationProfilesRequest listConfigurationProfilesRequest)
Lists the configuration profiles for an application.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListConfigurationProfilesResponse> |
ListConfigurationProfilesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListConfigurationProfilesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListConfigurationProfilesResponse> subscriber) |
Copyright © 2022. All rights reserved.