Uses of Class
software.amazon.awssdk.services.ec2.model.SendDiagnosticInterruptRequest
Packages that use SendDiagnosticInterruptRequest
Package
Description
-
Uses of SendDiagnosticInterruptRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type SendDiagnosticInterruptRequestModifier and TypeMethodDescriptionEc2AsyncClient.sendDiagnosticInterrupt(SendDiagnosticInterruptRequest sendDiagnosticInterruptRequest) Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances).default SendDiagnosticInterruptResponseEc2Client.sendDiagnosticInterrupt(SendDiagnosticInterruptRequest sendDiagnosticInterruptRequest) Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances). -
Uses of SendDiagnosticInterruptRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type SendDiagnosticInterruptRequestModifier and TypeMethodDescriptionSendDiagnosticInterruptRequestMarshaller.marshall(SendDiagnosticInterruptRequest sendDiagnosticInterruptRequest)