Uses of Interface
software.amazon.awssdk.services.backup.model.GetBackupPlanRequest.Builder
-
Packages that use GetBackupPlanRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of GetBackupPlanRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type GetBackupPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBackupPlanResponse>BackupAsyncClient. getBackupPlan(Consumer<GetBackupPlanRequest.Builder> getBackupPlanRequest)ReturnsBackupPlandetails for the specifiedBackupPlanId.default GetBackupPlanResponseBackupClient. getBackupPlan(Consumer<GetBackupPlanRequest.Builder> getBackupPlanRequest)ReturnsBackupPlandetails for the specifiedBackupPlanId. -
Uses of GetBackupPlanRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return GetBackupPlanRequest.Builder Modifier and Type Method Description GetBackupPlanRequest.BuilderGetBackupPlanRequest.Builder. backupPlanId(String backupPlanId)Uniquely identifies a backup plan.static GetBackupPlanRequest.BuilderGetBackupPlanRequest. builder()GetBackupPlanRequest.BuilderGetBackupPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBackupPlanRequest.BuilderGetBackupPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBackupPlanRequest.BuilderGetBackupPlanRequest. toBuilder()GetBackupPlanRequest.BuilderGetBackupPlanRequest.Builder. versionId(String versionId)Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type GetBackupPlanRequest.Builder Modifier and Type Method Description static Class<? extends GetBackupPlanRequest.Builder>GetBackupPlanRequest. serializableBuilderClass()
-