Uses of Interface
software.amazon.awssdk.services.grafana.model.GrafanaException.Builder
-
Packages that use GrafanaException.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of GrafanaException.Builder in software.amazon.awssdk.services.grafana.model
Subinterfaces of GrafanaException.Builder in software.amazon.awssdk.services.grafana.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.grafana.model that implement GrafanaException.Builder Modifier and Type Class Description protected static classGrafanaException.BuilderImplMethods in software.amazon.awssdk.services.grafana.model that return GrafanaException.Builder Modifier and Type Method Description GrafanaException.BuilderGrafanaException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static GrafanaException.BuilderGrafanaException. builder()GrafanaException.BuilderGrafanaException.Builder. cause(Throwable cause)GrafanaException.BuilderGrafanaException.Builder. message(String message)GrafanaException.BuilderGrafanaException.Builder. requestId(String requestId)GrafanaException.BuilderGrafanaException.Builder. statusCode(int statusCode)GrafanaException.BuilderGrafanaException. toBuilder()GrafanaException.BuilderGrafanaException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type GrafanaException.Builder Modifier and Type Method Description static Class<? extends GrafanaException.Builder>GrafanaException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.grafana.model with parameters of type GrafanaException.Builder Constructor Description GrafanaException(GrafanaException.Builder builder)
-