Uses of Interface
software.amazon.awssdk.services.iot.model.NotConfiguredException.Builder
-
Packages that use NotConfiguredException.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of NotConfiguredException.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return NotConfiguredException.Builder Modifier and Type Method Description NotConfiguredException.BuilderNotConfiguredException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static NotConfiguredException.BuilderNotConfiguredException. builder()NotConfiguredException.BuilderNotConfiguredException.Builder. cause(Throwable cause)NotConfiguredException.BuilderNotConfiguredException.Builder. message(String message)NotConfiguredException.BuilderNotConfiguredException.Builder. requestId(String requestId)NotConfiguredException.BuilderNotConfiguredException.Builder. statusCode(int statusCode)NotConfiguredException.BuilderNotConfiguredException. toBuilder()NotConfiguredException.BuilderNotConfiguredException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type NotConfiguredException.Builder Modifier and Type Method Description static Class<? extends NotConfiguredException.Builder>NotConfiguredException. serializableBuilderClass()
-