| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| 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 instance uses.
|
default CompletableFuture<GetDeployablePatchSnapshotForInstanceResponse> |
SsmAsyncClient.getDeployablePatchSnapshotForInstance(Consumer<GetDeployablePatchSnapshotForInstanceRequest.Builder> getDeployablePatchSnapshotForInstanceRequest)
Retrieves the current snapshot for the patch baseline the instance uses.
|
| Modifier and Type | Method and Description |
|---|---|
static GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.builder() |
GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.Builder.instanceId(String instanceId)
The ID of the instance 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 user-defined snapshot ID.
|
GetDeployablePatchSnapshotForInstanceRequest.Builder |
GetDeployablePatchSnapshotForInstanceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder> |
GetDeployablePatchSnapshotForInstanceRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.