Uses of Interface
software.amazon.awssdk.services.sms.model.SmsException.Builder
-
Packages that use SmsException.Builder Package Description software.amazon.awssdk.services.sms.model -
-
Uses of SmsException.Builder in software.amazon.awssdk.services.sms.model
Subinterfaces of SmsException.Builder in software.amazon.awssdk.services.sms.model Modifier and Type Interface Description static interfaceDryRunOperationException.Builderstatic interfaceInternalErrorException.Builderstatic interfaceInvalidParameterException.Builderstatic interfaceMissingRequiredParameterException.Builderstatic interfaceNoConnectorsAvailableException.Builderstatic interfaceOperationNotPermittedException.Builderstatic interfaceReplicationJobAlreadyExistsException.Builderstatic interfaceReplicationJobNotFoundException.Builderstatic interfaceReplicationRunLimitExceededException.Builderstatic interfaceServerCannotBeReplicatedException.Builderstatic interfaceTemporarilyUnavailableException.Builderstatic interfaceUnauthorizedOperationException.BuilderClasses in software.amazon.awssdk.services.sms.model that implement SmsException.Builder Modifier and Type Class Description protected static classSmsException.BuilderImplMethods in software.amazon.awssdk.services.sms.model that return SmsException.Builder Modifier and Type Method Description SmsException.BuilderSmsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SmsException.BuilderSmsException. builder()SmsException.BuilderSmsException.Builder. cause(Throwable cause)SmsException.BuilderSmsException.Builder. message(String message)SmsException.BuilderSmsException.Builder. requestId(String requestId)SmsException.BuilderSmsException.Builder. statusCode(int statusCode)SmsException.BuilderSmsException. toBuilder()SmsException.BuilderSmsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type SmsException.Builder Modifier and Type Method Description static Class<? extends SmsException.Builder>SmsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.sms.model with parameters of type SmsException.Builder Constructor Description SmsException(SmsException.Builder builder)
-