| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDataRepositoryTasksResponse |
FSxClient.describeDataRepositoryTasks(Consumer<DescribeDataRepositoryTasksRequest.Builder> describeDataRepositoryTasksRequest)
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or
more
TaskIds values are provided in the request, or if filters are used in the request. |
default DescribeDataRepositoryTasksResponse |
FSxClient.describeDataRepositoryTasks(DescribeDataRepositoryTasksRequest describeDataRepositoryTasksRequest)
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or
more
TaskIds values are provided in the request, or if filters are used in the request. |
| Modifier and Type | Method and 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
more
TaskIds values 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
more
TaskIds values are provided in the request, or if filters are used in the request. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeDataRepositoryTasksResponse> |
DescribeDataRepositoryTasksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataRepositoryTasksPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDataRepositoryTasksResponse> subscriber) |
Copyright © 2023. All rights reserved.