Uses of Interface
software.amazon.awssdk.services.robomaker.model.RoboMakerException.Builder
-
Packages that use RoboMakerException.Builder Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of RoboMakerException.Builder in software.amazon.awssdk.services.robomaker.model
Subinterfaces of RoboMakerException.Builder in software.amazon.awssdk.services.robomaker.model Modifier and Type Interface Description static interfaceConcurrentDeploymentException.Builderstatic interfaceIdempotentParameterMismatchException.Builderstatic interfaceInternalServerException.Builderstatic interfaceInvalidParameterException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceResourceAlreadyExistsException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceThrottlingException.BuilderClasses in software.amazon.awssdk.services.robomaker.model that implement RoboMakerException.Builder Modifier and Type Class Description protected static classRoboMakerException.BuilderImplMethods in software.amazon.awssdk.services.robomaker.model that return RoboMakerException.Builder Modifier and Type Method Description RoboMakerException.BuilderRoboMakerException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static RoboMakerException.BuilderRoboMakerException. builder()RoboMakerException.BuilderRoboMakerException.Builder. cause(Throwable cause)RoboMakerException.BuilderRoboMakerException.Builder. message(String message)RoboMakerException.BuilderRoboMakerException.Builder. requestId(String requestId)RoboMakerException.BuilderRoboMakerException.Builder. statusCode(int statusCode)RoboMakerException.BuilderRoboMakerException. toBuilder()RoboMakerException.BuilderRoboMakerException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type RoboMakerException.Builder Modifier and Type Method Description static Class<? extends RoboMakerException.Builder>RoboMakerException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.robomaker.model with parameters of type RoboMakerException.Builder Constructor Description RoboMakerException(RoboMakerException.Builder builder)
-