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