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