| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| 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 Amazon Web Services Region and Amazon Web Services account.
|
ListOpsItemEventsResult |
AWSSimpleSystemsManagementClient.listOpsItemEvents(ListOpsItemEventsRequest request)
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListOpsItemEventsResult> |
AWSSimpleSystemsManagementAsync.listOpsItemEventsAsync(ListOpsItemEventsRequest listOpsItemEventsRequest)
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
|
Future<ListOpsItemEventsResult> |
AbstractAWSSimpleSystemsManagementAsync.listOpsItemEventsAsync(ListOpsItemEventsRequest request) |
Future<ListOpsItemEventsResult> |
AWSSimpleSystemsManagementAsyncClient.listOpsItemEventsAsync(ListOpsItemEventsRequest request) |
Future<ListOpsItemEventsResult> |
AWSSimpleSystemsManagementAsync.listOpsItemEventsAsync(ListOpsItemEventsRequest listOpsItemEventsRequest,
AsyncHandler<ListOpsItemEventsRequest,ListOpsItemEventsResult> asyncHandler)
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
|
Future<ListOpsItemEventsResult> |
AbstractAWSSimpleSystemsManagementAsync.listOpsItemEventsAsync(ListOpsItemEventsRequest request,
AsyncHandler<ListOpsItemEventsRequest,ListOpsItemEventsResult> asyncHandler) |
Future<ListOpsItemEventsResult> |
AWSSimpleSystemsManagementAsyncClient.listOpsItemEventsAsync(ListOpsItemEventsRequest request,
AsyncHandler<ListOpsItemEventsRequest,ListOpsItemEventsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListOpsItemEventsResult> |
AWSSimpleSystemsManagementAsync.listOpsItemEventsAsync(ListOpsItemEventsRequest listOpsItemEventsRequest,
AsyncHandler<ListOpsItemEventsRequest,ListOpsItemEventsResult> asyncHandler)
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
|
Future<ListOpsItemEventsResult> |
AbstractAWSSimpleSystemsManagementAsync.listOpsItemEventsAsync(ListOpsItemEventsRequest request,
AsyncHandler<ListOpsItemEventsRequest,ListOpsItemEventsResult> asyncHandler) |
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.