Uses of Interface
software.amazon.awssdk.services.elasticache.model.CopySnapshotResponse.Builder
-
Packages that use CopySnapshotResponse.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CopySnapshotResponse.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CopySnapshotResponse.Builder Modifier and Type Method Description static CopySnapshotResponse.BuilderCopySnapshotResponse. builder()default CopySnapshotResponse.BuilderCopySnapshotResponse.Builder. snapshot(Consumer<Snapshot.Builder> snapshot)Sets the value of the Snapshot property for this object.CopySnapshotResponse.BuilderCopySnapshotResponse.Builder. snapshot(Snapshot snapshot)Sets the value of the Snapshot property for this object.CopySnapshotResponse.BuilderCopySnapshotResponse. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CopySnapshotResponse.Builder Modifier and Type Method Description static Class<? extends CopySnapshotResponse.Builder>CopySnapshotResponse. serializableBuilderClass()
-