| 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 |
|---|---|
DescribePatchPropertiesResult |
AbstractAWSSimpleSystemsManagement.describePatchProperties(DescribePatchPropertiesRequest request) |
DescribePatchPropertiesResult |
AWSSimpleSystemsManagement.describePatchProperties(DescribePatchPropertiesRequest describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
DescribePatchPropertiesResult |
AWSSimpleSystemsManagementClient.describePatchProperties(DescribePatchPropertiesRequest request)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
Future<DescribePatchPropertiesResult> |
AWSSimpleSystemsManagementAsync.describePatchPropertiesAsync(DescribePatchPropertiesRequest describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
Future<DescribePatchPropertiesResult> |
AbstractAWSSimpleSystemsManagementAsync.describePatchPropertiesAsync(DescribePatchPropertiesRequest request) |
Future<DescribePatchPropertiesResult> |
AWSSimpleSystemsManagementAsyncClient.describePatchPropertiesAsync(DescribePatchPropertiesRequest request) |
Future<DescribePatchPropertiesResult> |
AWSSimpleSystemsManagementAsync.describePatchPropertiesAsync(DescribePatchPropertiesRequest describePatchPropertiesRequest,
AsyncHandler<DescribePatchPropertiesRequest,DescribePatchPropertiesResult> asyncHandler)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
Future<DescribePatchPropertiesResult> |
AbstractAWSSimpleSystemsManagementAsync.describePatchPropertiesAsync(DescribePatchPropertiesRequest request,
AsyncHandler<DescribePatchPropertiesRequest,DescribePatchPropertiesResult> asyncHandler) |
Future<DescribePatchPropertiesResult> |
AWSSimpleSystemsManagementAsyncClient.describePatchPropertiesAsync(DescribePatchPropertiesRequest request,
AsyncHandler<DescribePatchPropertiesRequest,DescribePatchPropertiesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribePatchPropertiesRequest |
DescribePatchPropertiesRequest.clone() |
DescribePatchPropertiesRequest |
DescribePatchPropertiesRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribePatchPropertiesRequest |
DescribePatchPropertiesRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribePatchPropertiesRequest |
DescribePatchPropertiesRequest.withOperatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.
|
DescribePatchPropertiesRequest |
DescribePatchPropertiesRequest.withOperatingSystem(String operatingSystem)
The operating system type for which to list patches.
|
DescribePatchPropertiesRequest |
DescribePatchPropertiesRequest.withPatchSet(PatchSet patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
DescribePatchPropertiesRequest |
DescribePatchPropertiesRequest.withPatchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
DescribePatchPropertiesRequest |
DescribePatchPropertiesRequest.withProperty(PatchProperty property)
The patch property for which you want to view patch details.
|
DescribePatchPropertiesRequest |
DescribePatchPropertiesRequest.withProperty(String property)
The patch property for which you want to view patch details.
|
Copyright © 2021. All rights reserved.