Uses of Class
software.amazon.awssdk.services.ssm.model.GetParameterHistoryRequest
Packages that use GetParameterHistoryRequest
Package
Description
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.
-
Uses of GetParameterHistoryRequest in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm with parameters of type GetParameterHistoryRequestModifier and TypeMethodDescriptionSsmAsyncClient.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest) Retrieves the history of all changes to a parameter.default GetParameterHistoryResponseSsmClient.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest) Retrieves the history of all changes to a parameter.default GetParameterHistoryPublisherSsmAsyncClient.getParameterHistoryPaginator(GetParameterHistoryRequest getParameterHistoryRequest) This is a variant ofSsmAsyncClient.getParameterHistory(software.amazon.awssdk.services.ssm.model.GetParameterHistoryRequest)operation.default GetParameterHistoryIterableSsmClient.getParameterHistoryPaginator(GetParameterHistoryRequest getParameterHistoryRequest) This is a variant ofSsmClient.getParameterHistory(software.amazon.awssdk.services.ssm.model.GetParameterHistoryRequest)operation. -
Uses of GetParameterHistoryRequest in software.amazon.awssdk.services.ssm.paginators
Constructors in software.amazon.awssdk.services.ssm.paginators with parameters of type GetParameterHistoryRequestModifierConstructorDescriptionGetParameterHistoryIterable(SsmClient client, GetParameterHistoryRequest firstRequest) GetParameterHistoryPublisher(SsmAsyncClient client, GetParameterHistoryRequest firstRequest) -
Uses of GetParameterHistoryRequest in software.amazon.awssdk.services.ssm.transform
Methods in software.amazon.awssdk.services.ssm.transform with parameters of type GetParameterHistoryRequestModifier and TypeMethodDescriptionGetParameterHistoryRequestMarshaller.marshall(GetParameterHistoryRequest getParameterHistoryRequest)