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 or updates a delivery channel to deliver configuration information and other compliance information.default PutDeliveryChannelResponseConfigClient. putDeliveryChannel(PutDeliveryChannelRequest putDeliveryChannelRequest)Creates or updates a delivery channel to deliver configuration information and other compliance information. -
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)
-