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