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