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