| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
default DeliverConfigSnapshotResponse |
ConfigClient.deliverConfigSnapshot(Consumer<DeliverConfigSnapshotRequest.Builder> deliverConfigSnapshotRequest)
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.
|
default CompletableFuture<DeliverConfigSnapshotResponse> |
ConfigAsyncClient.deliverConfigSnapshot(Consumer<DeliverConfigSnapshotRequest.Builder> deliverConfigSnapshotRequest)
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.
|
| Modifier and Type | Method and Description |
|---|---|
static DeliverConfigSnapshotRequest.Builder |
DeliverConfigSnapshotRequest.builder() |
DeliverConfigSnapshotRequest.Builder |
DeliverConfigSnapshotRequest.Builder.deliveryChannelName(String deliveryChannelName)
The name of the delivery channel through which the snapshot is delivered.
|
DeliverConfigSnapshotRequest.Builder |
DeliverConfigSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeliverConfigSnapshotRequest.Builder |
DeliverConfigSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeliverConfigSnapshotRequest.Builder |
DeliverConfigSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeliverConfigSnapshotRequest.Builder> |
DeliverConfigSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.