Uses of Interface
software.amazon.awssdk.services.ssm.model.GetParameterHistoryRequest.Builder
Packages that use GetParameterHistoryRequest.Builder
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.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetParameterHistoryRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.getParameterHistory(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest) Retrieves the history of all changes to a parameter.default GetParameterHistoryResponseSsmClient.getParameterHistory(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest) Retrieves the history of all changes to a parameter.default GetParameterHistoryPublisherSsmAsyncClient.getParameterHistoryPaginator(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest) This is a variant ofSsmAsyncClient.getParameterHistory(software.amazon.awssdk.services.ssm.model.GetParameterHistoryRequest)operation.default GetParameterHistoryIterableSsmClient.getParameterHistoryPaginator(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest) This is a variant ofSsmClient.getParameterHistory(software.amazon.awssdk.services.ssm.model.GetParameterHistoryRequest)operation. -
Uses of GetParameterHistoryRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetParameterHistoryRequest.BuilderModifier and TypeMethodDescriptionGetParameterHistoryRequest.builder()GetParameterHistoryRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this call.The name or Amazon Resource Name (ARN) of the parameter for which you want to review history.The token for the next set of items to return.GetParameterHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetParameterHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetParameterHistoryRequest.toBuilder()GetParameterHistoryRequest.Builder.withDecryption(Boolean withDecryption) Return decrypted values for secure string parameters.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetParameterHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetParameterHistoryRequest.Builder>GetParameterHistoryRequest.serializableBuilderClass()