| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub |
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 RemoveDraftAppVersionResourceMappingsResponse |
ResiliencehubClient.removeDraftAppVersionResourceMappings(Consumer<RemoveDraftAppVersionResourceMappingsRequest.Builder> removeDraftAppVersionResourceMappingsRequest)
Removes resource mappings from a draft application version.
|
default CompletableFuture<RemoveDraftAppVersionResourceMappingsResponse> |
ResiliencehubAsyncClient.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 Resilience Hub application.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.appRegistryAppNames(Collection<String> appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.appRegistryAppNames(String... appRegistryAppNames)
The names of the registered applications you want to remove from the resource mappings.
|
static RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.builder() |
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.eksSourceNames(Collection<String> eksSourceNames)
The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the
resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.eksSourceNames(String... eksSourceNames)
The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the
resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.logicalStackNames(Collection<String> logicalStackNames)
The names of the CloudFormation stacks you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.logicalStackNames(String... logicalStackNames)
The names of the CloudFormation stacks you want 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 you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.resourceGroupNames(String... resourceGroupNames)
The names of the resource groups you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.resourceNames(Collection<String> resourceNames)
The names of the resources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.resourceNames(String... resourceNames)
The names of the resources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.terraformSourceNames(Collection<String> terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.Builder.terraformSourceNames(String... terraformSourceNames)
The names of the Terraform sources you want to remove from the resource mappings.
|
RemoveDraftAppVersionResourceMappingsRequest.Builder |
RemoveDraftAppVersionResourceMappingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoveDraftAppVersionResourceMappingsRequest.Builder> |
RemoveDraftAppVersionResourceMappingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.