| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeInstanceInformationResponse |
SSMClient.describeInstanceInformation()
Describes one or more of your instances.
|
default DescribeInstanceInformationResponse |
SSMClient.describeInstanceInformation(Consumer<DescribeInstanceInformationRequest.Builder> describeInstanceInformationRequest)
Describes one or more of your instances.
|
default DescribeInstanceInformationResponse |
SSMClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your instances.
|
default DescribeInstanceInformationPaginator |
SSMClient.describeInstanceInformationIterable()
Describes one or more of your instances.
|
default DescribeInstanceInformationPaginator |
SSMClient.describeInstanceInformationIterable(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your instances.
|
default DescribeParametersResponse |
SSMClient.describeParameters()
Get information about a parameter.
|
default DescribeParametersResponse |
SSMClient.describeParameters(Consumer<DescribeParametersRequest.Builder> describeParametersRequest)
Get information about a parameter.
|
default DescribeParametersResponse |
SSMClient.describeParameters(DescribeParametersRequest describeParametersRequest)
Get information about a parameter.
|
default DescribeParametersPaginator |
SSMClient.describeParametersIterable()
Get information about a parameter.
|
default DescribeParametersPaginator |
SSMClient.describeParametersIterable(DescribeParametersRequest describeParametersRequest)
Get information about a parameter.
|
default GetParametersByPathResponse |
SSMClient.getParametersByPath(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
default GetParametersByPathResponse |
SSMClient.getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
default GetParametersByPathPaginator |
SSMClient.getParametersByPathIterable(GetParametersByPathRequest getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
default ListCommandInvocationsResponse |
SSMClient.listCommandInvocations()
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsResponse |
SSMClient.listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsResponse |
SSMClient.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsPaginator |
SSMClient.listCommandInvocationsIterable()
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsPaginator |
SSMClient.listCommandInvocationsIterable(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default ListCommandsResponse |
SSMClient.listCommands()
Lists the commands requested by users of the AWS account.
|
default ListCommandsResponse |
SSMClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListCommandsResponse |
SSMClient.listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListCommandsPaginator |
SSMClient.listCommandsIterable()
Lists the commands requested by users of the AWS account.
|
default ListCommandsPaginator |
SSMClient.listCommandsIterable(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListDocumentsResponse |
SSMClient.listDocuments()
Describes one or more of your Systems Manager documents.
|
default ListDocumentsResponse |
SSMClient.listDocuments(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)
Describes one or more of your Systems Manager documents.
|
default ListDocumentsResponse |
SSMClient.listDocuments(ListDocumentsRequest listDocumentsRequest)
Describes one or more of your Systems Manager documents.
|
default ListDocumentsPaginator |
SSMClient.listDocumentsIterable()
Describes one or more of your Systems Manager documents.
|
default ListDocumentsPaginator |
SSMClient.listDocumentsIterable(ListDocumentsRequest listDocumentsRequest)
Describes one or more of your Systems Manager documents.
|
Copyright © 2017. All rights reserved.