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