Uses of Interface
software.amazon.awssdk.services.backup.model.DisassociateRecoveryPointFromParentRequest.Builder
-
Packages that use DisassociateRecoveryPointFromParentRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of DisassociateRecoveryPointFromParentRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type DisassociateRecoveryPointFromParentRequest.Builder Modifier and Type Method 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 DisassociateRecoveryPointFromParentResponseBackupClient. 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. -
Uses of DisassociateRecoveryPointFromParentRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return DisassociateRecoveryPointFromParentRequest.Builder Modifier and Type Method Description DisassociateRecoveryPointFromParentRequest.BuilderDisassociateRecoveryPointFromParentRequest.Builder. backupVaultName(String backupVaultName)This is the name of a logical container where the child (nested) recovery point is stored.static DisassociateRecoveryPointFromParentRequest.BuilderDisassociateRecoveryPointFromParentRequest. builder()DisassociateRecoveryPointFromParentRequest.BuilderDisassociateRecoveryPointFromParentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateRecoveryPointFromParentRequest.BuilderDisassociateRecoveryPointFromParentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateRecoveryPointFromParentRequest.BuilderDisassociateRecoveryPointFromParentRequest.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.BuilderDisassociateRecoveryPointFromParentRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type DisassociateRecoveryPointFromParentRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateRecoveryPointFromParentRequest.Builder>DisassociateRecoveryPointFromParentRequest. serializableBuilderClass()
-