| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default GetDeployablePatchSnapshotForInstanceResponse |
SsmClient.getDeployablePatchSnapshotForInstance(Consumer<GetDeployablePatchSnapshotForInstanceRequest.Builder> getDeployablePatchSnapshotForInstanceRequest)
Retrieves the current snapshot for the patch baseline the managed node uses.
|
default CompletableFuture<GetDeployablePatchSnapshotForInstanceResponse> |
SsmAsyncClient.getDeployablePatchSnapshotForInstance(Consumer<GetDeployablePatchSnapshotForInstanceRequest.Builder> getDeployablePatchSnapshotForInstanceRequest)
Retrieves the current snapshot for the patch baseline the managed node uses.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.Builder.baselineOverride(BaselineOverride baselineOverride)
Defines the basic information about a patch baseline override.
|
default GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.Builder.baselineOverride(Consumer<BaselineOverride.Builder> baselineOverride)
Defines the basic information about a patch baseline override.
|
static GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.builder() |
GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.Builder.instanceId(String instanceId)
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
|
GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.Builder.snapshotId(String snapshotId)
The snapshot ID provided by the user when running
AWS-RunPatchBaseline. |
GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder> |
GetDeployablePatchSnapshotForInstanceRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.