| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetParametersByPathResult |
AbstractAWSSimpleSystemsManagement.getParametersByPath(GetParametersByPathRequest request) |
GetParametersByPathResult |
AWSSimpleSystemsManagementClient.getParametersByPath(GetParametersByPathRequest request)
Retrieve information about one or more parameters in a specific hierarchy.
|
GetParametersByPathResult |
AWSSimpleSystemsManagement.getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)
Retrieve information about one or more parameters in a specific hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetParametersByPathResult> |
AWSSimpleSystemsManagementAsyncClient.getParametersByPathAsync(GetParametersByPathRequest request,
AsyncHandler<GetParametersByPathRequest,GetParametersByPathResult> asyncHandler) |
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) |
| 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 © 2023. All rights reserved.