Uses of Interface
software.amazon.awssdk.services.fsx.model.DescribeSnapshotsRequest.Builder
-
Packages that use DescribeSnapshotsRequest.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 DescribeSnapshotsRequest.Builder in software.amazon.awssdk.services.fsx
Method parameters in software.amazon.awssdk.services.fsx with type arguments of type DescribeSnapshotsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeSnapshotsResponse>FSxAsyncClient. describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Returns the description of specific Amazon FSx for OpenZFS snapshots, if aSnapshotIdsvalue is provided.default DescribeSnapshotsResponseFSxClient. describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Returns the description of specific Amazon FSx for OpenZFS snapshots, if aSnapshotIdsvalue is provided.default DescribeSnapshotsPublisherFSxAsyncClient. describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Returns the description of specific Amazon FSx for OpenZFS snapshots, if aSnapshotIdsvalue is provided.default DescribeSnapshotsIterableFSxClient. describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Returns the description of specific Amazon FSx for OpenZFS snapshots, if aSnapshotIdsvalue is provided. -
Uses of DescribeSnapshotsRequest.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DescribeSnapshotsRequest.Builder Modifier and Type Method Description static DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest. builder()DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. filters(Collection<SnapshotFilter> filters)The filters structure.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. filters(Consumer<SnapshotFilter.Builder>... filters)The filters structure.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. filters(SnapshotFilter... filters)The filters structure.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. maxResults(Integer maxResults)Sets the value of the MaxResults property for this object.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. snapshotIds(String... snapshotIds)The IDs of the snapshots that you want to retrieve.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. snapshotIds(Collection<String> snapshotIds)The IDs of the snapshots that you want to retrieve.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DescribeSnapshotsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeSnapshotsRequest.Builder>DescribeSnapshotsRequest. serializableBuilderClass()
-