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