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