| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
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.
|
| 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 © 2023. All rights reserved.