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