| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| Modifier and Type | Method and Description |
|---|---|
default DeregisterPatchBaselineForPatchGroupResponse |
SsmClient.deregisterPatchBaselineForPatchGroup(Consumer<DeregisterPatchBaselineForPatchGroupRequest.Builder> deregisterPatchBaselineForPatchGroupRequest)
Removes a patch group from a patch baseline.
|
default DeregisterPatchBaselineForPatchGroupResponse |
SsmClient.deregisterPatchBaselineForPatchGroup(DeregisterPatchBaselineForPatchGroupRequest deregisterPatchBaselineForPatchGroupRequest)
Removes a patch group from a patch baseline.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeregisterPatchBaselineForPatchGroupResponse> |
SsmAsyncClient.deregisterPatchBaselineForPatchGroup(Consumer<DeregisterPatchBaselineForPatchGroupRequest.Builder> deregisterPatchBaselineForPatchGroupRequest)
Removes a patch group from a patch baseline.
|
default CompletableFuture<DeregisterPatchBaselineForPatchGroupResponse> |
SsmAsyncClient.deregisterPatchBaselineForPatchGroup(DeregisterPatchBaselineForPatchGroupRequest deregisterPatchBaselineForPatchGroupRequest)
Removes a patch group from a patch baseline.
|
Copyright © 2018. All rights reserved.