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