| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| Modifier and Type | Method and Description |
|---|---|
default UnlabelParameterVersionResponse |
SsmClient.unlabelParameterVersion(Consumer<UnlabelParameterVersionRequest.Builder> unlabelParameterVersionRequest)
Remove a label or labels from a parameter.
|
default UnlabelParameterVersionResponse |
SsmClient.unlabelParameterVersion(UnlabelParameterVersionRequest unlabelParameterVersionRequest)
Remove a label or labels from a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UnlabelParameterVersionResponse> |
SsmAsyncClient.unlabelParameterVersion(Consumer<UnlabelParameterVersionRequest.Builder> unlabelParameterVersionRequest)
Remove a label or labels from a parameter.
|
default CompletableFuture<UnlabelParameterVersionResponse> |
SsmAsyncClient.unlabelParameterVersion(UnlabelParameterVersionRequest unlabelParameterVersionRequest)
Remove a label or labels from a parameter.
|
Copyright © 2021. All rights reserved.