| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub |
AWS Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions.
|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveDraftAppVersionResourceMappingsResponse> |
ResiliencehubAsyncClient.removeDraftAppVersionResourceMappings(Consumer<RemoveDraftAppVersionResourceMappingsRequest.Builder> removeDraftAppVersionResourceMappingsRequest)
Removes resource mappings from a draft application version.
|
default RemoveDraftAppVersionResourceMappingsResponse |
ResiliencehubClient.removeDraftAppVersionResourceMappings(Consumer<RemoveDraftAppVersionResourceMappingsRequest.Builder> removeDraftAppVersionResourceMappingsRequest)
Removes resource mappings from a draft application version.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.appArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.appRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.appRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications to remove from the resource mappings.
|
static RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.builder() |
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.logicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.logicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.resourceGroupNames(Collection<String> resourceGroupNames)
The names of the resource groups to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.resourceGroupNames(String... resourceGroupNames)
The names of the resource groups to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.resourceNames(Collection<String> resourceNames)
The names of the resources to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.resourceNames(String... resourceNames)
The names of the resources to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.terraformSourceNames(Collection<String> terraformSourceNames) |
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.terraformSourceNames(String... terraformSourceNames) |
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoveDraftAppVersionResourceMappingsRequest.Builder> |
RemoveDraftAppVersionResourceMappingsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.