| 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 |
|---|---|
ListAssociationsResult |
AbstractAWSSimpleSystemsManagement.listAssociations(ListAssociationsRequest request) |
ListAssociationsResult |
AWSSimpleSystemsManagementClient.listAssociations(ListAssociationsRequest request)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
ListAssociationsResult |
AWSSimpleSystemsManagement.listAssociations(ListAssociationsRequest listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listAssociationsAsync(ListAssociationsRequest request) |
Future<ListAssociationsResult> |
AWSSimpleSystemsManagementAsyncClient.listAssociationsAsync(ListAssociationsRequest request) |
Future<ListAssociationsResult> |
AWSSimpleSystemsManagementAsync.listAssociationsAsync(ListAssociationsRequest listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
Future<ListAssociationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listAssociationsAsync(ListAssociationsRequest request,
AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler) |
Future<ListAssociationsResult> |
AWSSimpleSystemsManagementAsyncClient.listAssociationsAsync(ListAssociationsRequest request,
AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler) |
Future<ListAssociationsResult> |
AWSSimpleSystemsManagementAsync.listAssociationsAsync(ListAssociationsRequest listAssociationsRequest,
AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listAssociationsAsync(ListAssociationsRequest request,
AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler) |
Future<ListAssociationsResult> |
AWSSimpleSystemsManagementAsyncClient.listAssociationsAsync(ListAssociationsRequest request,
AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler) |
Future<ListAssociationsResult> |
AWSSimpleSystemsManagementAsync.listAssociationsAsync(ListAssociationsRequest listAssociationsRequest,
AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResult |
ListAssociationsResult.clone() |
ListAssociationsResult |
ListAssociationsResult.withAssociations(Association... associations)
The associations.
|
ListAssociationsResult |
ListAssociationsResult.withAssociations(Collection<Association> associations)
The associations.
|
ListAssociationsResult |
ListAssociationsResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
Copyright © 2022. All rights reserved.