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