Uses of Interface
software.amazon.awssdk.services.ssm.model.LabelParameterVersionRequest.Builder
Packages that use LabelParameterVersionRequest.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 LabelParameterVersionRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type LabelParameterVersionRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.labelParameterVersion(Consumer<LabelParameterVersionRequest.Builder> labelParameterVersionRequest) A parameter label is a user-defined alias to help you manage different versions of a parameter.default LabelParameterVersionResponseSsmClient.labelParameterVersion(Consumer<LabelParameterVersionRequest.Builder> labelParameterVersionRequest) A parameter label is a user-defined alias to help you manage different versions of a parameter. -
Uses of LabelParameterVersionRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return LabelParameterVersionRequest.BuilderModifier and TypeMethodDescriptionLabelParameterVersionRequest.builder()One or more labels to attach to the specified parameter version.LabelParameterVersionRequest.Builder.labels(Collection<String> labels) One or more labels to attach to the specified parameter version.The parameter name on which you want to attach one or more labels.LabelParameterVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) LabelParameterVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) LabelParameterVersionRequest.Builder.parameterVersion(Long parameterVersion) The specific version of the parameter on which you want to attach one or more labels.LabelParameterVersionRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type LabelParameterVersionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LabelParameterVersionRequest.Builder>LabelParameterVersionRequest.serializableBuilderClass()