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