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