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