Uses of Interface
software.amazon.awssdk.services.config.model.PutDeliveryChannelRequest.Builder
-
Packages that use PutDeliveryChannelRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of PutDeliveryChannelRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type PutDeliveryChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDeliveryChannelResponse>ConfigAsyncClient. putDeliveryChannel(Consumer<PutDeliveryChannelRequest.Builder> putDeliveryChannelRequest)Creates a delivery channel object to deliver configuration information and other compliance information to an Amazon S3 bucket and Amazon SNS topic.default PutDeliveryChannelResponseConfigClient. putDeliveryChannel(Consumer<PutDeliveryChannelRequest.Builder> putDeliveryChannelRequest)Creates a delivery channel object to deliver configuration information and other compliance information to an Amazon S3 bucket and Amazon SNS topic. -
Uses of PutDeliveryChannelRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return PutDeliveryChannelRequest.Builder Modifier and Type Method Description static PutDeliveryChannelRequest.BuilderPutDeliveryChannelRequest. builder()default PutDeliveryChannelRequest.BuilderPutDeliveryChannelRequest.Builder. deliveryChannel(Consumer<DeliveryChannel.Builder> deliveryChannel)The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.PutDeliveryChannelRequest.BuilderPutDeliveryChannelRequest.Builder. deliveryChannel(DeliveryChannel deliveryChannel)The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.PutDeliveryChannelRequest.BuilderPutDeliveryChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDeliveryChannelRequest.BuilderPutDeliveryChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDeliveryChannelRequest.BuilderPutDeliveryChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type PutDeliveryChannelRequest.Builder Modifier and Type Method Description static Class<? extends PutDeliveryChannelRequest.Builder>PutDeliveryChannelRequest. serializableBuilderClass()
-