Uses of Interface
software.amazon.awssdk.services.iotevents.model.IotEventsException.Builder
-
Packages that use IotEventsException.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of IotEventsException.Builder in software.amazon.awssdk.services.iotevents.model
Subinterfaces of IotEventsException.Builder in software.amazon.awssdk.services.iotevents.model Modifier and Type Interface Description static interfaceInternalFailureException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceResourceAlreadyExistsException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceThrottlingException.Builderstatic interfaceUnsupportedOperationException.BuilderClasses in software.amazon.awssdk.services.iotevents.model that implement IotEventsException.Builder Modifier and Type Class Description protected static classIotEventsException.BuilderImplMethods in software.amazon.awssdk.services.iotevents.model that return IotEventsException.Builder Modifier and Type Method Description IotEventsException.BuilderIotEventsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static IotEventsException.BuilderIotEventsException. builder()IotEventsException.BuilderIotEventsException.Builder. cause(Throwable cause)IotEventsException.BuilderIotEventsException.Builder. message(String message)IotEventsException.BuilderIotEventsException.Builder. requestId(String requestId)IotEventsException.BuilderIotEventsException.Builder. statusCode(int statusCode)IotEventsException.BuilderIotEventsException. toBuilder()IotEventsException.BuilderIotEventsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type IotEventsException.Builder Modifier and Type Method Description static Class<? extends IotEventsException.Builder>IotEventsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.iotevents.model with parameters of type IotEventsException.Builder Constructor Description IotEventsException(IotEventsException.Builder builder)
-