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