| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
FSxClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
default CompletableFuture<DescribeSnapshotsResponse> |
FSxAsyncClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
default DescribeSnapshotsIterable |
FSxClient.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
default DescribeSnapshotsPublisher |
FSxAsyncClient.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Returns the description of specific Amazon FSx for OpenZFS snapshots, if a
SnapshotIds value is
provided. |
| Modifier and Type | Method and Description |
|---|---|
static DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.builder() |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.filters(Collection<SnapshotFilter> filters)
The filters structure.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.filters(Consumer<SnapshotFilter.Builder>... filters)
The filters structure.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.filters(SnapshotFilter... filters)
The filters structure.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.snapshotIds(Collection<String> snapshotIds)
The IDs of the snapshots that you want to retrieve.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.snapshotIds(String... snapshotIds)
The IDs of the snapshots that you want to retrieve.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSnapshotsRequest.Builder> |
DescribeSnapshotsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.