| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateRecoveryPointFromParentResponse> |
BackupAsyncClient.disassociateRecoveryPointFromParent(Consumer<DisassociateRecoveryPointFromParentRequest.Builder> disassociateRecoveryPointFromParentRequest)
This action to a specific child (nested) recovery point removes the relationship between the specified recovery
point and its parent (composite) recovery point.
|
default DisassociateRecoveryPointFromParentResponse |
BackupClient.disassociateRecoveryPointFromParent(Consumer<DisassociateRecoveryPointFromParentRequest.Builder> disassociateRecoveryPointFromParentRequest)
This action to a specific child (nested) recovery point removes the relationship between the specified recovery
point and its parent (composite) recovery point.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateRecoveryPointFromParentRequest.Builder |
DisassociateRecoveryPointFromParentRequest.Builder.backupVaultName(String backupVaultName)
This is the name of a logical container where the child (nested) recovery point is stored.
|
static DisassociateRecoveryPointFromParentRequest.Builder |
DisassociateRecoveryPointFromParentRequest.builder() |
DisassociateRecoveryPointFromParentRequest.Builder |
DisassociateRecoveryPointFromParentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateRecoveryPointFromParentRequest.Builder |
DisassociateRecoveryPointFromParentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateRecoveryPointFromParentRequest.Builder |
DisassociateRecoveryPointFromParentRequest.Builder.recoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for
example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
DisassociateRecoveryPointFromParentRequest.Builder |
DisassociateRecoveryPointFromParentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateRecoveryPointFromParentRequest.Builder> |
DisassociateRecoveryPointFromParentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.