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