Uses of Interface
software.amazon.awssdk.services.mgn.model.MgnException.Builder
-
Packages that use MgnException.Builder Package Description software.amazon.awssdk.services.mgn.model -
-
Uses of MgnException.Builder in software.amazon.awssdk.services.mgn.model
Subinterfaces of MgnException.Builder in software.amazon.awssdk.services.mgn.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceThrottlingException.Builderstatic interfaceUninitializedAccountException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.mgn.model that implement MgnException.Builder Modifier and Type Class Description protected static classMgnException.BuilderImplMethods in software.amazon.awssdk.services.mgn.model that return MgnException.Builder Modifier and Type Method Description MgnException.BuilderMgnException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static MgnException.BuilderMgnException. builder()MgnException.BuilderMgnException.Builder. cause(Throwable cause)MgnException.BuilderMgnException.Builder. message(String message)MgnException.BuilderMgnException.Builder. requestId(String requestId)MgnException.BuilderMgnException.Builder. statusCode(int statusCode)MgnException.BuilderMgnException. toBuilder()MgnException.BuilderMgnException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type MgnException.Builder Modifier and Type Method Description static Class<? extends MgnException.Builder>MgnException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.mgn.model with parameters of type MgnException.Builder Constructor Description MgnException(MgnException.Builder builder)
-