Uses of Interface
software.amazon.awssdk.services.backup.model.GetBackupSelectionRequest.Builder
-
Packages that use GetBackupSelectionRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of GetBackupSelectionRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type GetBackupSelectionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBackupSelectionResponse>BackupAsyncClient. getBackupSelection(Consumer<GetBackupSelectionRequest.Builder> getBackupSelectionRequest)Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.default GetBackupSelectionResponseBackupClient. getBackupSelection(Consumer<GetBackupSelectionRequest.Builder> getBackupSelectionRequest)Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan. -
Uses of GetBackupSelectionRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return GetBackupSelectionRequest.Builder Modifier and Type Method Description GetBackupSelectionRequest.BuilderGetBackupSelectionRequest.Builder. backupPlanId(String backupPlanId)Uniquely identifies a backup plan.static GetBackupSelectionRequest.BuilderGetBackupSelectionRequest. builder()GetBackupSelectionRequest.BuilderGetBackupSelectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBackupSelectionRequest.BuilderGetBackupSelectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBackupSelectionRequest.BuilderGetBackupSelectionRequest.Builder. selectionId(String selectionId)Uniquely identifies the body of a request to assign a set of resources to a backup plan.GetBackupSelectionRequest.BuilderGetBackupSelectionRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type GetBackupSelectionRequest.Builder Modifier and Type Method Description static Class<? extends GetBackupSelectionRequest.Builder>GetBackupSelectionRequest. serializableBuilderClass()
-