| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| 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 |
|---|---|
GetParametersByPathRequest |
GetParametersByPathRequest.clone() |
GetParametersByPathRequest |
GetParametersByPathRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetParametersByPathRequest |
GetParametersByPathRequest.withNextToken(String nextToken)
A token to start the list.
|
GetParametersByPathRequest |
GetParametersByPathRequest.withParameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
|
GetParametersByPathRequest |
GetParametersByPathRequest.withParameterFilters(ParameterStringFilter... parameterFilters)
Filters to limit the request results.
|
GetParametersByPathRequest |
GetParametersByPathRequest.withPath(String path)
The hierarchy for the parameter.
|
GetParametersByPathRequest |
GetParametersByPathRequest.withRecursive(Boolean recursive)
Retrieve all parameters within a hierarchy.
|
GetParametersByPathRequest |
GetParametersByPathRequest.withWithDecryption(Boolean withDecryption)
Retrieve all parameters in a hierarchy with their value decrypted.
|
Copyright © 2021. All rights reserved.