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