Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
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 |
AbstractAWSSimpleSystemsManagement.describeInstancePatches(DescribeInstancePatchesRequest request) |
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> |
AWSSimpleSystemsManagementAsyncClient.describeInstancePatchesAsync(DescribeInstancePatchesRequest request) |
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,
AsyncHandler<DescribeInstancePatchesRequest,DescribeInstancePatchesResult> asyncHandler) |
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) |
Modifier and Type | Method and Description |
---|---|
DescribeInstancePatchesRequest |
DescribeInstancePatchesRequest.clone() |
DescribeInstancePatchesRequest |
DescribeInstancePatchesRequest.withFilters(Collection<PatchOrchestratorFilter> filters)
Each entry in the array is a structure containing:
|
DescribeInstancePatchesRequest |
DescribeInstancePatchesRequest.withFilters(PatchOrchestratorFilter... filters)
Each entry in the array is a structure containing:
|
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 © 2018. All rights reserved.