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