Uses of Class
software.amazon.awssdk.services.config.model.PutDeliveryChannelResponse
-
Packages that use PutDeliveryChannelResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of PutDeliveryChannelResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return PutDeliveryChannelResponse Modifier and Type Method Description default PutDeliveryChannelResponseConfigClient. putDeliveryChannel(Consumer<PutDeliveryChannelRequest.Builder> 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.Methods in software.amazon.awssdk.services.config that return types with arguments of type PutDeliveryChannelResponse Modifier and Type Method Description default CompletableFuture<PutDeliveryChannelResponse>ConfigAsyncClient. putDeliveryChannel(Consumer<PutDeliveryChannelRequest.Builder> putDeliveryChannelRequest)Creates or updates a delivery channel to deliver configuration information and other compliance information.default CompletableFuture<PutDeliveryChannelResponse>ConfigAsyncClient. putDeliveryChannel(PutDeliveryChannelRequest putDeliveryChannelRequest)Creates or updates a delivery channel to deliver configuration information and other compliance information.
-