Uses of Interface
software.amazon.awssdk.services.ssm.model.UnlabelParameterVersionResponse.Builder
Packages that use UnlabelParameterVersionResponse.Builder
-
Uses of UnlabelParameterVersionResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UnlabelParameterVersionResponse.BuilderModifier and TypeMethodDescriptionUnlabelParameterVersionResponse.builder()UnlabelParameterVersionResponse.Builder.invalidLabels(String... invalidLabels) The labels that aren't attached to the given parameter version.UnlabelParameterVersionResponse.Builder.invalidLabels(Collection<String> invalidLabels) The labels that aren't attached to the given parameter version.UnlabelParameterVersionResponse.Builder.removedLabels(String... removedLabels) A list of all labels deleted from the parameter.UnlabelParameterVersionResponse.Builder.removedLabels(Collection<String> removedLabels) A list of all labels deleted from the parameter.UnlabelParameterVersionResponse.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UnlabelParameterVersionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UnlabelParameterVersionResponse.Builder>UnlabelParameterVersionResponse.serializableBuilderClass()