Uses of Class
software.amazon.awssdk.services.directory.model.Snapshot
-
Packages that use Snapshot Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of Snapshot in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type Snapshot Modifier and Type Method Description List<Snapshot>DescribeSnapshotsResponse. snapshots()The list of Snapshot objects that were retrieved.Methods in software.amazon.awssdk.services.directory.model with parameters of type Snapshot Modifier and Type Method Description DescribeSnapshotsResponse.BuilderDescribeSnapshotsResponse.Builder. snapshots(Snapshot... snapshots)The list of Snapshot objects that were retrieved.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type Snapshot Modifier and Type Method Description DescribeSnapshotsResponse.BuilderDescribeSnapshotsResponse.Builder. snapshots(Collection<Snapshot> snapshots)The list of Snapshot objects that were retrieved. -
Uses of Snapshot in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type Snapshot Modifier and Type Method Description SdkIterable<Snapshot>DescribeSnapshotsIterable. snapshots()Returns an iterable to iterate through the paginatedDescribeSnapshotsResponse.snapshots()member.SdkPublisher<Snapshot>DescribeSnapshotsPublisher. snapshots()Returns a publisher that can be used to get a stream of data.
-