Uses of Class
software.amazon.awssdk.services.elasticache.model.ServerlessCacheSnapshot
-
Packages that use ServerlessCacheSnapshot Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of ServerlessCacheSnapshot in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ServerlessCacheSnapshot Modifier and Type Method Description ServerlessCacheSnapshotCopyServerlessCacheSnapshotResponse. serverlessCacheSnapshot()The response for the attempt to copy the serverless cache snapshot.ServerlessCacheSnapshotCreateServerlessCacheSnapshotResponse. serverlessCacheSnapshot()The state of a serverless cache snapshot at a specific point in time, to the millisecond.ServerlessCacheSnapshotDeleteServerlessCacheSnapshotResponse. serverlessCacheSnapshot()The snapshot to be deleted.ServerlessCacheSnapshotExportServerlessCacheSnapshotResponse. serverlessCacheSnapshot()The state of a serverless cache at a specific point in time, to the millisecond.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ServerlessCacheSnapshot Modifier and Type Method Description List<ServerlessCacheSnapshot>DescribeServerlessCacheSnapshotsResponse. serverlessCacheSnapshots()The serverless caches snapshots associated with a given description request.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type ServerlessCacheSnapshot Modifier and Type Method Description CopyServerlessCacheSnapshotResponse.BuilderCopyServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)The response for the attempt to copy the serverless cache snapshot.CreateServerlessCacheSnapshotResponse.BuilderCreateServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)The state of a serverless cache snapshot at a specific point in time, to the millisecond.DeleteServerlessCacheSnapshotResponse.BuilderDeleteServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)The snapshot to be deleted.ExportServerlessCacheSnapshotResponse.BuilderExportServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)The state of a serverless cache at a specific point in time, to the millisecond.DescribeServerlessCacheSnapshotsResponse.BuilderDescribeServerlessCacheSnapshotsResponse.Builder. serverlessCacheSnapshots(ServerlessCacheSnapshot... serverlessCacheSnapshots)The serverless caches snapshots associated with a given description request.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type ServerlessCacheSnapshot Modifier and Type Method Description DescribeServerlessCacheSnapshotsResponse.BuilderDescribeServerlessCacheSnapshotsResponse.Builder. serverlessCacheSnapshots(Collection<ServerlessCacheSnapshot> serverlessCacheSnapshots)The serverless caches snapshots associated with a given description request. -
Uses of ServerlessCacheSnapshot in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type ServerlessCacheSnapshot Modifier and Type Method Description SdkIterable<ServerlessCacheSnapshot>DescribeServerlessCacheSnapshotsIterable. serverlessCacheSnapshots()Returns an iterable to iterate through the paginatedDescribeServerlessCacheSnapshotsResponse.serverlessCacheSnapshots()member.SdkPublisher<ServerlessCacheSnapshot>DescribeServerlessCacheSnapshotsPublisher. serverlessCacheSnapshots()Returns a publisher that can be used to get a stream of data.
-