| 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 |
|---|---|
GetOpsSummaryResult |
AbstractAWSSimpleSystemsManagement.getOpsSummary(GetOpsSummaryRequest request) |
GetOpsSummaryResult |
AWSSimpleSystemsManagementClient.getOpsSummary(GetOpsSummaryRequest request)
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
|
GetOpsSummaryResult |
AWSSimpleSystemsManagement.getOpsSummary(GetOpsSummaryRequest getOpsSummaryRequest)
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetOpsSummaryResult> |
AbstractAWSSimpleSystemsManagementAsync.getOpsSummaryAsync(GetOpsSummaryRequest request) |
Future<GetOpsSummaryResult> |
AWSSimpleSystemsManagementAsyncClient.getOpsSummaryAsync(GetOpsSummaryRequest request) |
Future<GetOpsSummaryResult> |
AWSSimpleSystemsManagementAsync.getOpsSummaryAsync(GetOpsSummaryRequest getOpsSummaryRequest)
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
|
Future<GetOpsSummaryResult> |
AbstractAWSSimpleSystemsManagementAsync.getOpsSummaryAsync(GetOpsSummaryRequest request,
AsyncHandler<GetOpsSummaryRequest,GetOpsSummaryResult> asyncHandler) |
Future<GetOpsSummaryResult> |
AWSSimpleSystemsManagementAsyncClient.getOpsSummaryAsync(GetOpsSummaryRequest request,
AsyncHandler<GetOpsSummaryRequest,GetOpsSummaryResult> asyncHandler) |
Future<GetOpsSummaryResult> |
AWSSimpleSystemsManagementAsync.getOpsSummaryAsync(GetOpsSummaryRequest getOpsSummaryRequest,
AsyncHandler<GetOpsSummaryRequest,GetOpsSummaryResult> asyncHandler)
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetOpsSummaryResult> |
AbstractAWSSimpleSystemsManagementAsync.getOpsSummaryAsync(GetOpsSummaryRequest request,
AsyncHandler<GetOpsSummaryRequest,GetOpsSummaryResult> asyncHandler) |
Future<GetOpsSummaryResult> |
AWSSimpleSystemsManagementAsyncClient.getOpsSummaryAsync(GetOpsSummaryRequest request,
AsyncHandler<GetOpsSummaryRequest,GetOpsSummaryResult> asyncHandler) |
Future<GetOpsSummaryResult> |
AWSSimpleSystemsManagementAsync.getOpsSummaryAsync(GetOpsSummaryRequest getOpsSummaryRequest,
AsyncHandler<GetOpsSummaryRequest,GetOpsSummaryResult> asyncHandler)
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
|
| Modifier and Type | Method and Description |
|---|---|
GetOpsSummaryResult |
GetOpsSummaryResult.clone() |
GetOpsSummaryResult |
GetOpsSummaryResult.withEntities(Collection<OpsEntity> entities)
The list of aggregated details and filtered OpsData.
|
GetOpsSummaryResult |
GetOpsSummaryResult.withEntities(OpsEntity... entities)
The list of aggregated details and filtered OpsData.
|
GetOpsSummaryResult |
GetOpsSummaryResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2022. All rights reserved.