Uses of Class
software.amazon.awssdk.services.ssm.model.GetParameterHistoryResponse
-
Packages that use GetParameterHistoryResponse Package Description software.amazon.awssdk.services.ssm 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.software.amazon.awssdk.services.ssm.paginators -
-
Uses of GetParameterHistoryResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetParameterHistoryResponse Modifier and Type Method Description default GetParameterHistoryResponseSsmClient. getParameterHistory(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest)Retrieves the history of all changes to a parameter.default GetParameterHistoryResponseSsmClient. getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest)Retrieves the history of all changes to a parameter.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type GetParameterHistoryResponse Modifier and Type Method Description default CompletableFuture<GetParameterHistoryResponse>SsmAsyncClient. getParameterHistory(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest)Retrieves the history of all changes to a parameter.default CompletableFuture<GetParameterHistoryResponse>SsmAsyncClient. getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest)Retrieves the history of all changes to a parameter. -
Uses of GetParameterHistoryResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type GetParameterHistoryResponse Modifier and Type Method Description Iterator<GetParameterHistoryResponse>GetParameterHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type GetParameterHistoryResponse Modifier and Type Method Description voidGetParameterHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetParameterHistoryResponse> subscriber)
-