Uses of Interface
software.amazon.awssdk.services.b2bi.model.B2BiException.Builder
-
Packages that use B2BiException.Builder Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of B2BiException.Builder in software.amazon.awssdk.services.b2bi.model
Subinterfaces of B2BiException.Builder in software.amazon.awssdk.services.b2bi.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.b2bi.model that implement B2BiException.Builder Modifier and Type Class Description protected static classB2BiException.BuilderImplMethods in software.amazon.awssdk.services.b2bi.model that return B2BiException.Builder Modifier and Type Method Description B2BiException.BuilderB2BiException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static B2BiException.BuilderB2BiException. builder()B2BiException.BuilderB2BiException.Builder. cause(Throwable cause)B2BiException.BuilderB2BiException.Builder. message(String message)B2BiException.BuilderB2BiException.Builder. requestId(String requestId)B2BiException.BuilderB2BiException.Builder. statusCode(int statusCode)B2BiException.BuilderB2BiException. toBuilder()B2BiException.BuilderB2BiException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type B2BiException.Builder Modifier and Type Method Description static Class<? extends B2BiException.Builder>B2BiException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.b2bi.model with parameters of type B2BiException.Builder Constructor Description B2BiException(B2BiException.Builder builder)
-