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