Uses of Interface
software.amazon.awssdk.services.elasticache.model.CreateServerlessCacheSnapshotResponse.Builder
-
Packages that use CreateServerlessCacheSnapshotResponse.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CreateServerlessCacheSnapshotResponse.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CreateServerlessCacheSnapshotResponse.Builder Modifier and Type Method Description static CreateServerlessCacheSnapshotResponse.Builder
CreateServerlessCacheSnapshotResponse. builder()
default CreateServerlessCacheSnapshotResponse.Builder
CreateServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(Consumer<ServerlessCacheSnapshot.Builder> serverlessCacheSnapshot)
The state of a serverless cache snapshot at a specific point in time, to the millisecond.CreateServerlessCacheSnapshotResponse.Builder
CreateServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The state of a serverless cache snapshot at a specific point in time, to the millisecond.CreateServerlessCacheSnapshotResponse.Builder
CreateServerlessCacheSnapshotResponse. toBuilder()
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CreateServerlessCacheSnapshotResponse.Builder Modifier and Type Method Description static Class<? extends CreateServerlessCacheSnapshotResponse.Builder>
CreateServerlessCacheSnapshotResponse. serializableBuilderClass()
-