Uses of Interface
software.amazon.awssdk.services.docdbelastic.model.GetClusterSnapshotResponse.Builder
-
Packages that use GetClusterSnapshotResponse.Builder Package Description software.amazon.awssdk.services.docdbelastic.model -
-
Uses of GetClusterSnapshotResponse.Builder in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return GetClusterSnapshotResponse.Builder Modifier and Type Method Description static GetClusterSnapshotResponse.BuilderGetClusterSnapshotResponse. builder()default GetClusterSnapshotResponse.BuilderGetClusterSnapshotResponse.Builder. snapshot(Consumer<ClusterSnapshot.Builder> snapshot)Returns information about a specific elastic cluster snapshot.GetClusterSnapshotResponse.BuilderGetClusterSnapshotResponse.Builder. snapshot(ClusterSnapshot snapshot)Returns information about a specific elastic cluster snapshot.GetClusterSnapshotResponse.BuilderGetClusterSnapshotResponse. toBuilder()Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type GetClusterSnapshotResponse.Builder Modifier and Type Method Description static Class<? extends GetClusterSnapshotResponse.Builder>GetClusterSnapshotResponse. serializableBuilderClass()
-