Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.CustomHealthNotFoundException.Builder
-
Packages that use CustomHealthNotFoundException.Builder Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of CustomHealthNotFoundException.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return CustomHealthNotFoundException.Builder Modifier and Type Method Description CustomHealthNotFoundException.BuilderCustomHealthNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CustomHealthNotFoundException.BuilderCustomHealthNotFoundException. builder()CustomHealthNotFoundException.BuilderCustomHealthNotFoundException.Builder. cause(Throwable cause)CustomHealthNotFoundException.BuilderCustomHealthNotFoundException.Builder. message(String message)CustomHealthNotFoundException.BuilderCustomHealthNotFoundException.Builder. requestId(String requestId)CustomHealthNotFoundException.BuilderCustomHealthNotFoundException.Builder. statusCode(int statusCode)CustomHealthNotFoundException.BuilderCustomHealthNotFoundException. toBuilder()CustomHealthNotFoundException.BuilderCustomHealthNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type CustomHealthNotFoundException.Builder Modifier and Type Method Description static Class<? extends CustomHealthNotFoundException.Builder>CustomHealthNotFoundException. serializableBuilderClass()
-