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.BuilderCacheClusterNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CacheClusterNotFoundException.BuilderCacheClusterNotFoundException. builder()CacheClusterNotFoundException.BuilderCacheClusterNotFoundException.Builder. cause(Throwable cause)CacheClusterNotFoundException.BuilderCacheClusterNotFoundException.Builder. message(String message)CacheClusterNotFoundException.BuilderCacheClusterNotFoundException.Builder. requestId(String requestId)CacheClusterNotFoundException.BuilderCacheClusterNotFoundException.Builder. statusCode(int statusCode)CacheClusterNotFoundException.BuilderCacheClusterNotFoundException. toBuilder()CacheClusterNotFoundException.BuilderCacheClusterNotFoundException.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()
-