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