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