Uses of Interface
software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException.Builder
-
Packages that use ClusterAlreadyExistsException.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of ClusterAlreadyExistsException.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ClusterAlreadyExistsException.Builder Modifier and Type Method Description ClusterAlreadyExistsException.BuilderClusterAlreadyExistsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ClusterAlreadyExistsException.BuilderClusterAlreadyExistsException. builder()ClusterAlreadyExistsException.BuilderClusterAlreadyExistsException.Builder. cause(Throwable cause)ClusterAlreadyExistsException.BuilderClusterAlreadyExistsException.Builder. message(String message)ClusterAlreadyExistsException.BuilderClusterAlreadyExistsException.Builder. requestId(String requestId)ClusterAlreadyExistsException.BuilderClusterAlreadyExistsException.Builder. statusCode(int statusCode)ClusterAlreadyExistsException.BuilderClusterAlreadyExistsException. toBuilder()ClusterAlreadyExistsException.BuilderClusterAlreadyExistsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ClusterAlreadyExistsException.Builder Modifier and Type Method Description static Class<? extends ClusterAlreadyExistsException.Builder>ClusterAlreadyExistsException. serializableBuilderClass()
-