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