| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListOpsItemEventsResult |
AbstractAWSSimpleSystemsManagement.listOpsItemEvents(ListOpsItemEventsRequest request) |
ListOpsItemEventsResult |
AWSSimpleSystemsManagement.listOpsItemEvents(ListOpsItemEventsRequest listOpsItemEventsRequest)
Returns a list of all OpsItem events in the current AWS account and Region.
|
ListOpsItemEventsResult |
AWSSimpleSystemsManagementClient.listOpsItemEvents(ListOpsItemEventsRequest request)
Returns a list of all OpsItem events in the current AWS account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListOpsItemEventsResult> |
AbstractAWSSimpleSystemsManagementAsync.listOpsItemEventsAsync(ListOpsItemEventsRequest request,
AsyncHandler<ListOpsItemEventsRequest,ListOpsItemEventsResult> asyncHandler) |
Future<ListOpsItemEventsResult> |
AWSSimpleSystemsManagementAsync.listOpsItemEventsAsync(ListOpsItemEventsRequest listOpsItemEventsRequest,
AsyncHandler<ListOpsItemEventsRequest,ListOpsItemEventsResult> asyncHandler)
Returns a list of all OpsItem events in the current AWS account and Region.
|
Future<ListOpsItemEventsResult> |
AWSSimpleSystemsManagementAsyncClient.listOpsItemEventsAsync(ListOpsItemEventsRequest request,
AsyncHandler<ListOpsItemEventsRequest,ListOpsItemEventsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListOpsItemEventsResult |
ListOpsItemEventsResult.clone() |
ListOpsItemEventsResult |
ListOpsItemEventsResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
ListOpsItemEventsResult |
ListOpsItemEventsResult.withSummaries(Collection<OpsItemEventSummary> summaries)
A list of event information for the specified OpsItems.
|
ListOpsItemEventsResult |
ListOpsItemEventsResult.withSummaries(OpsItemEventSummary... summaries)
A list of event information for the specified OpsItems.
|
Copyright © 2021. All rights reserved.