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