| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetParametersByPathResult |
AWSSimpleSystemsManagement.getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)
Retrieve information about one or more parameters in a specific hierarchy.
|
GetParametersByPathResult |
AbstractAWSSimpleSystemsManagement.getParametersByPath(GetParametersByPathRequest request) |
GetParametersByPathResult |
AWSSimpleSystemsManagementClient.getParametersByPath(GetParametersByPathRequest request)
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 © 2020. All rights reserved.