Uses of Interface
software.amazon.awssdk.services.health.model.HealthException.Builder
-
Packages that use HealthException.Builder Package Description software.amazon.awssdk.services.health.model -
-
Uses of HealthException.Builder in software.amazon.awssdk.services.health.model
Subinterfaces of HealthException.Builder in software.amazon.awssdk.services.health.model Modifier and Type Interface Description static interfaceConcurrentModificationException.Builderstatic interfaceInvalidPaginationTokenException.Builderstatic interfaceUnsupportedLocaleException.BuilderClasses in software.amazon.awssdk.services.health.model that implement HealthException.Builder Modifier and Type Class Description protected static classHealthException.BuilderImplMethods in software.amazon.awssdk.services.health.model that return HealthException.Builder Modifier and Type Method Description HealthException.BuilderHealthException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static HealthException.BuilderHealthException. builder()HealthException.BuilderHealthException.Builder. cause(Throwable cause)HealthException.BuilderHealthException.Builder. message(String message)HealthException.BuilderHealthException.Builder. requestId(String requestId)HealthException.BuilderHealthException.Builder. statusCode(int statusCode)HealthException.BuilderHealthException. toBuilder()HealthException.BuilderHealthException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.health.model that return types with arguments of type HealthException.Builder Modifier and Type Method Description static Class<? extends HealthException.Builder>HealthException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.health.model with parameters of type HealthException.Builder Constructor Description HealthException(HealthException.Builder builder)
-