Uses of Interface
software.amazon.awssdk.services.config.model.DeliverConfigSnapshotRequest.Builder
-
Packages that use DeliverConfigSnapshotRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of DeliverConfigSnapshotRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type DeliverConfigSnapshotRequest.Builder Modifier and Type Method Description 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.default DeliverConfigSnapshotResponseConfigClient. deliverConfigSnapshot(Consumer<DeliverConfigSnapshotRequest.Builder> deliverConfigSnapshotRequest)Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. -
Uses of DeliverConfigSnapshotRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return DeliverConfigSnapshotRequest.Builder Modifier and Type Method Description static DeliverConfigSnapshotRequest.BuilderDeliverConfigSnapshotRequest. builder()DeliverConfigSnapshotRequest.BuilderDeliverConfigSnapshotRequest.Builder. deliveryChannelName(String deliveryChannelName)The name of the delivery channel through which the snapshot is delivered.DeliverConfigSnapshotRequest.BuilderDeliverConfigSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeliverConfigSnapshotRequest.BuilderDeliverConfigSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeliverConfigSnapshotRequest.BuilderDeliverConfigSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DeliverConfigSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends DeliverConfigSnapshotRequest.Builder>DeliverConfigSnapshotRequest. serializableBuilderClass()
-