Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.ConnectParticipantException.Builder
-
Packages that use ConnectParticipantException.Builder Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of ConnectParticipantException.Builder in software.amazon.awssdk.services.connectparticipant.model
Subinterfaces of ConnectParticipantException.Builder in software.amazon.awssdk.services.connectparticipant.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.connectparticipant.model that implement ConnectParticipantException.Builder Modifier and Type Class Description protected static classConnectParticipantException.BuilderImplMethods in software.amazon.awssdk.services.connectparticipant.model that return ConnectParticipantException.Builder Modifier and Type Method Description ConnectParticipantException.BuilderConnectParticipantException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ConnectParticipantException.BuilderConnectParticipantException. builder()ConnectParticipantException.BuilderConnectParticipantException.Builder. cause(Throwable cause)ConnectParticipantException.BuilderConnectParticipantException.Builder. message(String message)ConnectParticipantException.BuilderConnectParticipantException.Builder. requestId(String requestId)ConnectParticipantException.BuilderConnectParticipantException.Builder. statusCode(int statusCode)ConnectParticipantException.BuilderConnectParticipantException. toBuilder()ConnectParticipantException.BuilderConnectParticipantException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type ConnectParticipantException.Builder Modifier and Type Method Description static Class<? extends ConnectParticipantException.Builder>ConnectParticipantException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.connectparticipant.model with parameters of type ConnectParticipantException.Builder Constructor Description ConnectParticipantException(ConnectParticipantException.Builder builder)
-