| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteConfigurationProfileResult> |
AmazonAppConfigAsyncClient.deleteConfigurationProfileAsync(DeleteConfigurationProfileRequest request,
AsyncHandler<DeleteConfigurationProfileRequest,DeleteConfigurationProfileResult> asyncHandler) |
Future<DeleteConfigurationProfileResult> |
AbstractAmazonAppConfigAsync.deleteConfigurationProfileAsync(DeleteConfigurationProfileRequest request,
AsyncHandler<DeleteConfigurationProfileRequest,DeleteConfigurationProfileResult> asyncHandler) |
Future<DeleteConfigurationProfileResult> |
AmazonAppConfigAsync.deleteConfigurationProfileAsync(DeleteConfigurationProfileRequest deleteConfigurationProfileRequest,
AsyncHandler<DeleteConfigurationProfileRequest,DeleteConfigurationProfileResult> asyncHandler)
Deletes a configuration profile.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteConfigurationProfileRequest |
DeleteConfigurationProfileRequest.clone() |
DeleteConfigurationProfileRequest |
DeleteConfigurationProfileRequest.withApplicationId(String applicationId)
The application ID that includes the configuration profile you want to delete.
|
DeleteConfigurationProfileRequest |
DeleteConfigurationProfileRequest.withConfigurationProfileId(String configurationProfileId)
The ID of the configuration profile you want to delete.
|
Copyright © 2023. All rights reserved.