| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeployablePatchSnapshotForInstanceResponse> |
SSMAsyncClient.getDeployablePatchSnapshotForInstance(Consumer<GetDeployablePatchSnapshotForInstanceRequest.Builder> getDeployablePatchSnapshotForInstanceRequest)
Retrieves the current snapshot for the patch baseline the instance uses.
|
default GetDeployablePatchSnapshotForInstanceResponse |
SSMClient.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.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
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 © 2018. All rights reserved.