| 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 |
|---|---|
DescribePatchGroupsResult |
AbstractAWSSimpleSystemsManagement.describePatchGroups(DescribePatchGroupsRequest request) |
DescribePatchGroupsResult |
AWSSimpleSystemsManagement.describePatchGroups(DescribePatchGroupsRequest describePatchGroupsRequest)
Lists all patch groups that have been registered with patch baselines.
|
DescribePatchGroupsResult |
AWSSimpleSystemsManagementClient.describePatchGroups(DescribePatchGroupsRequest request)
Lists all patch groups that have been registered with patch baselines.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePatchGroupsResult> |
AWSSimpleSystemsManagementAsync.describePatchGroupsAsync(DescribePatchGroupsRequest describePatchGroupsRequest,
AsyncHandler<DescribePatchGroupsRequest,DescribePatchGroupsResult> asyncHandler)
Lists all patch groups that have been registered with patch baselines.
|
Future<DescribePatchGroupsResult> |
AbstractAWSSimpleSystemsManagementAsync.describePatchGroupsAsync(DescribePatchGroupsRequest request,
AsyncHandler<DescribePatchGroupsRequest,DescribePatchGroupsResult> asyncHandler) |
Future<DescribePatchGroupsResult> |
AWSSimpleSystemsManagementAsyncClient.describePatchGroupsAsync(DescribePatchGroupsRequest request,
AsyncHandler<DescribePatchGroupsRequest,DescribePatchGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribePatchGroupsResult |
DescribePatchGroupsResult.clone() |
DescribePatchGroupsResult |
DescribePatchGroupsResult.withMappings(Collection<PatchGroupPatchBaselineMapping> mappings)
Each entry in the array contains:
|
DescribePatchGroupsResult |
DescribePatchGroupsResult.withMappings(PatchGroupPatchBaselineMapping... mappings)
Each entry in the array contains:
|
DescribePatchGroupsResult |
DescribePatchGroupsResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
Copyright © 2021. All rights reserved.