Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SendDiagnosticInterruptResult |
AmazonEC2Client.sendDiagnosticInterrupt(SendDiagnosticInterruptRequest request)
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).
|
SendDiagnosticInterruptResult |
AmazonEC2.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).
|
SendDiagnosticInterruptResult |
AbstractAmazonEC2.sendDiagnosticInterrupt(SendDiagnosticInterruptRequest request) |
Future<SendDiagnosticInterruptResult> |
AbstractAmazonEC2Async.sendDiagnosticInterruptAsync(SendDiagnosticInterruptRequest request) |
Future<SendDiagnosticInterruptResult> |
AmazonEC2AsyncClient.sendDiagnosticInterruptAsync(SendDiagnosticInterruptRequest request) |
Future<SendDiagnosticInterruptResult> |
AmazonEC2Async.sendDiagnosticInterruptAsync(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).
|
Future<SendDiagnosticInterruptResult> |
AbstractAmazonEC2Async.sendDiagnosticInterruptAsync(SendDiagnosticInterruptRequest request,
AsyncHandler<SendDiagnosticInterruptRequest,SendDiagnosticInterruptResult> asyncHandler) |
Future<SendDiagnosticInterruptResult> |
AmazonEC2AsyncClient.sendDiagnosticInterruptAsync(SendDiagnosticInterruptRequest request,
AsyncHandler<SendDiagnosticInterruptRequest,SendDiagnosticInterruptResult> asyncHandler) |
Future<SendDiagnosticInterruptResult> |
AmazonEC2Async.sendDiagnosticInterruptAsync(SendDiagnosticInterruptRequest sendDiagnosticInterruptRequest,
AsyncHandler<SendDiagnosticInterruptRequest,SendDiagnosticInterruptResult> asyncHandler)
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).
|
Modifier and Type | Method and Description |
---|---|
Future<SendDiagnosticInterruptResult> |
AbstractAmazonEC2Async.sendDiagnosticInterruptAsync(SendDiagnosticInterruptRequest request,
AsyncHandler<SendDiagnosticInterruptRequest,SendDiagnosticInterruptResult> asyncHandler) |
Future<SendDiagnosticInterruptResult> |
AmazonEC2AsyncClient.sendDiagnosticInterruptAsync(SendDiagnosticInterruptRequest request,
AsyncHandler<SendDiagnosticInterruptRequest,SendDiagnosticInterruptResult> asyncHandler) |
Future<SendDiagnosticInterruptResult> |
AmazonEC2Async.sendDiagnosticInterruptAsync(SendDiagnosticInterruptRequest sendDiagnosticInterruptRequest,
AsyncHandler<SendDiagnosticInterruptRequest,SendDiagnosticInterruptResult> asyncHandler)
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).
|
Modifier and Type | Method and Description |
---|---|
SendDiagnosticInterruptRequest |
SendDiagnosticInterruptRequest.clone() |
SendDiagnosticInterruptRequest |
SendDiagnosticInterruptRequest.withInstanceId(String instanceId)
The ID of the instance.
|
Modifier and Type | Method and Description |
---|---|
Request<SendDiagnosticInterruptRequest> |
SendDiagnosticInterruptRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.