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