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