| 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 |
|---|---|
DescribeInstancePatchesResult |
AbstractAWSSimpleSystemsManagement.describeInstancePatches(DescribeInstancePatchesRequest request) |
DescribeInstancePatchesResult |
AWSSimpleSystemsManagement.describeInstancePatches(DescribeInstancePatchesRequest describeInstancePatchesRequest)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
DescribeInstancePatchesResult |
AWSSimpleSystemsManagementClient.describeInstancePatches(DescribeInstancePatchesRequest request)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
Future<DescribeInstancePatchesResult> |
AWSSimpleSystemsManagementAsync.describeInstancePatchesAsync(DescribeInstancePatchesRequest describeInstancePatchesRequest)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
Future<DescribeInstancePatchesResult> |
AbstractAWSSimpleSystemsManagementAsync.describeInstancePatchesAsync(DescribeInstancePatchesRequest request) |
Future<DescribeInstancePatchesResult> |
AWSSimpleSystemsManagementAsyncClient.describeInstancePatchesAsync(DescribeInstancePatchesRequest request) |
Future<DescribeInstancePatchesResult> |
AWSSimpleSystemsManagementAsync.describeInstancePatchesAsync(DescribeInstancePatchesRequest describeInstancePatchesRequest,
AsyncHandler<DescribeInstancePatchesRequest,DescribeInstancePatchesResult> asyncHandler)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
Future<DescribeInstancePatchesResult> |
AbstractAWSSimpleSystemsManagementAsync.describeInstancePatchesAsync(DescribeInstancePatchesRequest request,
AsyncHandler<DescribeInstancePatchesRequest,DescribeInstancePatchesResult> asyncHandler) |
Future<DescribeInstancePatchesResult> |
AWSSimpleSystemsManagementAsyncClient.describeInstancePatchesAsync(DescribeInstancePatchesRequest request,
AsyncHandler<DescribeInstancePatchesRequest,DescribeInstancePatchesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchesRequest |
DescribeInstancePatchesRequest.clone() |
DescribeInstancePatchesRequest |
DescribeInstancePatchesRequest.withFilters(Collection<PatchOrchestratorFilter> filters)
Each element in the array is a structure containing a key-value pair.
|
DescribeInstancePatchesRequest |
DescribeInstancePatchesRequest.withFilters(PatchOrchestratorFilter... filters)
Each element in the array is a structure containing a key-value pair.
|
DescribeInstancePatchesRequest |
DescribeInstancePatchesRequest.withInstanceId(String instanceId)
The ID of the instance whose patch state information should be retrieved.
|
DescribeInstancePatchesRequest |
DescribeInstancePatchesRequest.withMaxResults(Integer maxResults)
The maximum number of patches to return (per page).
|
DescribeInstancePatchesRequest |
DescribeInstancePatchesRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2021. All rights reserved.