Uses of Interface
software.amazon.awssdk.services.groundstation.model.GroundStationException.Builder
-
Packages that use GroundStationException.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of GroundStationException.Builder in software.amazon.awssdk.services.groundstation.model
Subinterfaces of GroundStationException.Builder in software.amazon.awssdk.services.groundstation.model Modifier and Type Interface Description static interfaceDependencyException.Builderstatic interfaceInvalidParameterException.Builderstatic interfaceResourceLimitExceededException.Builderstatic interfaceResourceNotFoundException.BuilderClasses in software.amazon.awssdk.services.groundstation.model that implement GroundStationException.Builder Modifier and Type Class Description protected static classGroundStationException.BuilderImplMethods in software.amazon.awssdk.services.groundstation.model that return GroundStationException.Builder Modifier and Type Method Description GroundStationException.BuilderGroundStationException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static GroundStationException.BuilderGroundStationException. builder()GroundStationException.BuilderGroundStationException.Builder. cause(Throwable cause)GroundStationException.BuilderGroundStationException.Builder. message(String message)GroundStationException.BuilderGroundStationException.Builder. requestId(String requestId)GroundStationException.BuilderGroundStationException.Builder. statusCode(int statusCode)GroundStationException.BuilderGroundStationException. toBuilder()GroundStationException.BuilderGroundStationException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type GroundStationException.Builder Modifier and Type Method Description static Class<? extends GroundStationException.Builder>GroundStationException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.groundstation.model with parameters of type GroundStationException.Builder Constructor Description GroundStationException(GroundStationException.Builder builder)
-