Uses of Interface
software.amazon.awssdk.services.dax.model.CreateClusterResponse.Builder
-
Packages that use CreateClusterResponse.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of CreateClusterResponse.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return CreateClusterResponse.Builder Modifier and Type Method Description static CreateClusterResponse.BuilderCreateClusterResponse. builder()default CreateClusterResponse.BuilderCreateClusterResponse.Builder. cluster(Consumer<Cluster.Builder> cluster)A description of the DAX cluster that you have created.CreateClusterResponse.BuilderCreateClusterResponse.Builder. cluster(Cluster cluster)A description of the DAX cluster that you have created.CreateClusterResponse.BuilderCreateClusterResponse. toBuilder()Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type CreateClusterResponse.Builder Modifier and Type Method Description static Class<? extends CreateClusterResponse.Builder>CreateClusterResponse. serializableBuilderClass()
-