Uses of Class
software.amazon.awssdk.services.config.model.PutDeliveryChannelRequest
-
Packages that use PutDeliveryChannelRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of PutDeliveryChannelRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type PutDeliveryChannelRequest Modifier and Type Method Description default CompletableFuture<PutDeliveryChannelResponse>ConfigAsyncClient. putDeliveryChannel(PutDeliveryChannelRequest 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(PutDeliveryChannelRequest 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 in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type PutDeliveryChannelRequest Modifier and Type Method Description SdkHttpFullRequestPutDeliveryChannelRequestMarshaller. marshall(PutDeliveryChannelRequest putDeliveryChannelRequest)
-