Uses of Interface
software.amazon.awssdk.services.fsx.model.DescribeBackupsRequest.Builder
-
Packages that use DescribeBackupsRequest.Builder Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.software.amazon.awssdk.services.fsx.model -
-
Uses of DescribeBackupsRequest.Builder in software.amazon.awssdk.services.fsx
Method parameters in software.amazon.awssdk.services.fsx with type arguments of type DescribeBackupsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeBackupsResponse>FSxAsyncClient. describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default DescribeBackupsResponseFSxClient. describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default DescribeBackupsPublisherFSxAsyncClient. describeBackupsPaginator(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default DescribeBackupsIterableFSxClient. describeBackupsPaginator(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup. -
Uses of DescribeBackupsRequest.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DescribeBackupsRequest.Builder Modifier and Type Method Description DescribeBackupsRequest.BuilderDescribeBackupsRequest.Builder. backupIds(String... backupIds)The IDs of the backups that you want to retrieve.DescribeBackupsRequest.BuilderDescribeBackupsRequest.Builder. backupIds(Collection<String> backupIds)The IDs of the backups that you want to retrieve.static DescribeBackupsRequest.BuilderDescribeBackupsRequest. builder()DescribeBackupsRequest.BuilderDescribeBackupsRequest.Builder. filters(Collection<Filter> filters)The filters structure.DescribeBackupsRequest.BuilderDescribeBackupsRequest.Builder. filters(Consumer<Filter.Builder>... filters)The filters structure.DescribeBackupsRequest.BuilderDescribeBackupsRequest.Builder. filters(Filter... filters)The filters structure.DescribeBackupsRequest.BuilderDescribeBackupsRequest.Builder. maxResults(Integer maxResults)Maximum number of backups to return in the response.DescribeBackupsRequest.BuilderDescribeBackupsRequest.Builder. nextToken(String nextToken)An opaque pagination token returned from a previousDescribeBackupsoperation.DescribeBackupsRequest.BuilderDescribeBackupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBackupsRequest.BuilderDescribeBackupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeBackupsRequest.BuilderDescribeBackupsRequest. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DescribeBackupsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeBackupsRequest.Builder>DescribeBackupsRequest. serializableBuilderClass()
-