Uses of Interface
software.amazon.awssdk.services.devicefarm.model.DeviceFarmException.Builder
-
Packages that use DeviceFarmException.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of DeviceFarmException.Builder in software.amazon.awssdk.services.devicefarm.model
Subinterfaces of DeviceFarmException.Builder in software.amazon.awssdk.services.devicefarm.model Modifier and Type Interface Description static interfaceArgumentException.Builderstatic interfaceCannotDeleteException.Builderstatic interfaceIdempotencyException.Builderstatic interfaceInternalServiceException.Builderstatic interfaceInvalidOperationException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceNotEligibleException.Builderstatic interfaceNotFoundException.Builderstatic interfaceServiceAccountException.Builderstatic interfaceTagOperationException.Builderstatic interfaceTagPolicyException.Builderstatic interfaceTooManyTagsException.BuilderClasses in software.amazon.awssdk.services.devicefarm.model that implement DeviceFarmException.Builder Modifier and Type Class Description protected static classDeviceFarmException.BuilderImplMethods in software.amazon.awssdk.services.devicefarm.model that return DeviceFarmException.Builder Modifier and Type Method Description DeviceFarmException.BuilderDeviceFarmException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static DeviceFarmException.BuilderDeviceFarmException. builder()DeviceFarmException.BuilderDeviceFarmException.Builder. cause(Throwable cause)DeviceFarmException.BuilderDeviceFarmException.Builder. message(String message)DeviceFarmException.BuilderDeviceFarmException.Builder. requestId(String requestId)DeviceFarmException.BuilderDeviceFarmException.Builder. statusCode(int statusCode)DeviceFarmException.BuilderDeviceFarmException. toBuilder()DeviceFarmException.BuilderDeviceFarmException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type DeviceFarmException.Builder Modifier and Type Method Description static Class<? extends DeviceFarmException.Builder>DeviceFarmException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.devicefarm.model with parameters of type DeviceFarmException.Builder Constructor Description DeviceFarmException(DeviceFarmException.Builder builder)
-