Uses of Class
software.amazon.awssdk.services.fsx.model.DescribeDataRepositoryTasksResponse
-
Packages that use DescribeDataRepositoryTasksResponse 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.paginators -
-
Uses of DescribeDataRepositoryTasksResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DescribeDataRepositoryTasksResponse Modifier and Type Method Description default DescribeDataRepositoryTasksResponseFSxClient. describeDataRepositoryTasks(Consumer<DescribeDataRepositoryTasksRequest.Builder> describeDataRepositoryTasksRequest)Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or moreTaskIdsvalues are provided in the request, or if filters are used in the request.default DescribeDataRepositoryTasksResponseFSxClient. describeDataRepositoryTasks(DescribeDataRepositoryTasksRequest describeDataRepositoryTasksRequest)Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or moreTaskIdsvalues are provided in the request, or if filters are used in the request.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type DescribeDataRepositoryTasksResponse Modifier and Type Method Description default CompletableFuture<DescribeDataRepositoryTasksResponse>FSxAsyncClient. describeDataRepositoryTasks(Consumer<DescribeDataRepositoryTasksRequest.Builder> describeDataRepositoryTasksRequest)Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or moreTaskIdsvalues are provided in the request, or if filters are used in the request.default CompletableFuture<DescribeDataRepositoryTasksResponse>FSxAsyncClient. describeDataRepositoryTasks(DescribeDataRepositoryTasksRequest describeDataRepositoryTasksRequest)Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or moreTaskIdsvalues are provided in the request, or if filters are used in the request. -
Uses of DescribeDataRepositoryTasksResponse in software.amazon.awssdk.services.fsx.paginators
Methods in software.amazon.awssdk.services.fsx.paginators that return types with arguments of type DescribeDataRepositoryTasksResponse Modifier and Type Method Description Iterator<DescribeDataRepositoryTasksResponse>DescribeDataRepositoryTasksIterable. iterator()Method parameters in software.amazon.awssdk.services.fsx.paginators with type arguments of type DescribeDataRepositoryTasksResponse Modifier and Type Method Description voidDescribeDataRepositoryTasksPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDataRepositoryTasksResponse> subscriber)
-