| 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 |
|---|---|
DescribePatchBaselinesResult |
AbstractAWSSimpleSystemsManagement.describePatchBaselines(DescribePatchBaselinesRequest request) |
DescribePatchBaselinesResult |
AWSSimpleSystemsManagement.describePatchBaselines(DescribePatchBaselinesRequest describePatchBaselinesRequest)
Lists the patch baselines in your Amazon Web Services account.
|
DescribePatchBaselinesResult |
AWSSimpleSystemsManagementClient.describePatchBaselines(DescribePatchBaselinesRequest request)
Lists the patch baselines in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePatchBaselinesResult> |
AWSSimpleSystemsManagementAsync.describePatchBaselinesAsync(DescribePatchBaselinesRequest describePatchBaselinesRequest,
AsyncHandler<DescribePatchBaselinesRequest,DescribePatchBaselinesResult> asyncHandler)
Lists the patch baselines in your Amazon Web Services account.
|
Future<DescribePatchBaselinesResult> |
AbstractAWSSimpleSystemsManagementAsync.describePatchBaselinesAsync(DescribePatchBaselinesRequest request,
AsyncHandler<DescribePatchBaselinesRequest,DescribePatchBaselinesResult> asyncHandler) |
Future<DescribePatchBaselinesResult> |
AWSSimpleSystemsManagementAsyncClient.describePatchBaselinesAsync(DescribePatchBaselinesRequest request,
AsyncHandler<DescribePatchBaselinesRequest,DescribePatchBaselinesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribePatchBaselinesResult |
DescribePatchBaselinesResult.clone() |
DescribePatchBaselinesResult |
DescribePatchBaselinesResult.withBaselineIdentities(Collection<PatchBaselineIdentity> baselineIdentities)
An array of
PatchBaselineIdentity elements. |
DescribePatchBaselinesResult |
DescribePatchBaselinesResult.withBaselineIdentities(PatchBaselineIdentity... baselineIdentities)
An array of
PatchBaselineIdentity elements. |
DescribePatchBaselinesResult |
DescribePatchBaselinesResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
Copyright © 2021. All rights reserved.