Uses of Interface
software.amazon.awssdk.services.geomaps.model.GeoMapsException.Builder
-
Packages that use GeoMapsException.Builder Package Description software.amazon.awssdk.services.geomaps.model -
-
Uses of GeoMapsException.Builder in software.amazon.awssdk.services.geomaps.model
Subinterfaces of GeoMapsException.Builder in software.amazon.awssdk.services.geomaps.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceInternalServerException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.geomaps.model that implement GeoMapsException.Builder Modifier and Type Class Description protected static classGeoMapsException.BuilderImplMethods in software.amazon.awssdk.services.geomaps.model that return GeoMapsException.Builder Modifier and Type Method Description GeoMapsException.BuilderGeoMapsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static GeoMapsException.BuilderGeoMapsException. builder()GeoMapsException.BuilderGeoMapsException.Builder. cause(Throwable cause)GeoMapsException.BuilderGeoMapsException.Builder. message(String message)GeoMapsException.BuilderGeoMapsException.Builder. requestId(String requestId)GeoMapsException.BuilderGeoMapsException.Builder. statusCode(int statusCode)GeoMapsException.BuilderGeoMapsException. toBuilder()GeoMapsException.BuilderGeoMapsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.geomaps.model that return types with arguments of type GeoMapsException.Builder Modifier and Type Method Description static Class<? extends GeoMapsException.Builder>GeoMapsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.geomaps.model with parameters of type GeoMapsException.Builder Constructor Description GeoMapsException(GeoMapsException.Builder builder)
-