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