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