Uses of Interface
software.amazon.awssdk.services.directory.model.DescribeSnapshotsRequest.Builder
-
Packages that use DescribeSnapshotsRequest.Builder Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.model -
-
Uses of DescribeSnapshotsRequest.Builder in software.amazon.awssdk.services.directory
Method parameters in software.amazon.awssdk.services.directory with type arguments of type DescribeSnapshotsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeSnapshotsResponse>DirectoryAsyncClient. describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account.default DescribeSnapshotsResponseDirectoryClient. describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account.default DescribeSnapshotsPublisherDirectoryAsyncClient. describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account.default DescribeSnapshotsIterableDirectoryClient. describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)Obtains information about the directory snapshots that belong to this account. -
Uses of DescribeSnapshotsRequest.Builder in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return DescribeSnapshotsRequest.Builder Modifier and Type Method Description static DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest. builder()DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. directoryId(String directoryId)The identifier of the directory for which to retrieve snapshot information.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. limit(Integer limit)The maximum number of objects to return.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. nextToken(String nextToken)The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. snapshotIds(String... snapshotIds)A list of identifiers of the snapshots to obtain the information for.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest.Builder. snapshotIds(Collection<String> snapshotIds)A list of identifiers of the snapshots to obtain the information for.DescribeSnapshotsRequest.BuilderDescribeSnapshotsRequest. toBuilder()Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type DescribeSnapshotsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeSnapshotsRequest.Builder>DescribeSnapshotsRequest. serializableBuilderClass()
-