Uses of Interface
software.amazon.awssdk.services.backup.model.ListRecoveryPointsByLegalHoldRequest.Builder
-
Packages that use ListRecoveryPointsByLegalHoldRequest.Builder Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.model -
-
Uses of ListRecoveryPointsByLegalHoldRequest.Builder in software.amazon.awssdk.services.backup
Method parameters in software.amazon.awssdk.services.backup with type arguments of type ListRecoveryPointsByLegalHoldRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRecoveryPointsByLegalHoldResponse>BackupAsyncClient. listRecoveryPointsByLegalHold(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.default ListRecoveryPointsByLegalHoldResponseBackupClient. listRecoveryPointsByLegalHold(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.default ListRecoveryPointsByLegalHoldPublisherBackupAsyncClient. listRecoveryPointsByLegalHoldPaginator(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.default ListRecoveryPointsByLegalHoldIterableBackupClient. listRecoveryPointsByLegalHoldPaginator(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold. -
Uses of ListRecoveryPointsByLegalHoldRequest.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ListRecoveryPointsByLegalHoldRequest.Builder Modifier and Type Method Description static ListRecoveryPointsByLegalHoldRequest.BuilderListRecoveryPointsByLegalHoldRequest. builder()ListRecoveryPointsByLegalHoldRequest.BuilderListRecoveryPointsByLegalHoldRequest.Builder. legalHoldId(String legalHoldId)This is the ID of the legal hold.ListRecoveryPointsByLegalHoldRequest.BuilderListRecoveryPointsByLegalHoldRequest.Builder. maxResults(Integer maxResults)This is the maximum number of resource list items to be returned.ListRecoveryPointsByLegalHoldRequest.BuilderListRecoveryPointsByLegalHoldRequest.Builder. nextToken(String nextToken)This is the next item following a partial list of returned resources.ListRecoveryPointsByLegalHoldRequest.BuilderListRecoveryPointsByLegalHoldRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecoveryPointsByLegalHoldRequest.BuilderListRecoveryPointsByLegalHoldRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRecoveryPointsByLegalHoldRequest.BuilderListRecoveryPointsByLegalHoldRequest. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ListRecoveryPointsByLegalHoldRequest.Builder Modifier and Type Method Description static Class<? extends ListRecoveryPointsByLegalHoldRequest.Builder>ListRecoveryPointsByLegalHoldRequest. serializableBuilderClass()
-