| 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 |
|---|---|
GetParametersByPathResult |
AbstractAWSSimpleSystemsManagement.getParametersByPath(GetParametersByPathRequest request) |
GetParametersByPathResult |
AWSSimpleSystemsManagement.getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)
Retrieve information about one or more parameters in a specific hierarchy.
|
GetParametersByPathResult |
AWSSimpleSystemsManagementClient.getParametersByPath(GetParametersByPathRequest request)
Retrieve information about one or more parameters in a specific hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetParametersByPathResult> |
AWSSimpleSystemsManagementAsync.getParametersByPathAsync(GetParametersByPathRequest getParametersByPathRequest,
AsyncHandler<GetParametersByPathRequest,GetParametersByPathResult> asyncHandler)
Retrieve information about one or more parameters in a specific hierarchy.
|
Future<GetParametersByPathResult> |
AbstractAWSSimpleSystemsManagementAsync.getParametersByPathAsync(GetParametersByPathRequest request,
AsyncHandler<GetParametersByPathRequest,GetParametersByPathResult> asyncHandler) |
Future<GetParametersByPathResult> |
AWSSimpleSystemsManagementAsyncClient.getParametersByPathAsync(GetParametersByPathRequest request,
AsyncHandler<GetParametersByPathRequest,GetParametersByPathResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetParametersByPathResult |
GetParametersByPathResult.clone() |
GetParametersByPathResult |
GetParametersByPathResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
GetParametersByPathResult |
GetParametersByPathResult.withParameters(Collection<Parameter> parameters)
A list of parameters found in the specified hierarchy.
|
GetParametersByPathResult |
GetParametersByPathResult.withParameters(Parameter... parameters)
A list of parameters found in the specified hierarchy.
|
Copyright © 2021. All rights reserved.