Uses of Class
software.amazon.awssdk.services.devopsguru.model.EventSourcesConfig
-
Packages that use EventSourcesConfig Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of EventSourcesConfig in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return EventSourcesConfig Modifier and Type Method Description EventSourcesConfigDescribeEventSourcesConfigResponse. eventSources()Lists the event sources in the configuration.EventSourcesConfigUpdateEventSourcesConfigRequest. eventSources()Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type EventSourcesConfig Modifier and Type Method Description DescribeEventSourcesConfigResponse.BuilderDescribeEventSourcesConfigResponse.Builder. eventSources(EventSourcesConfig eventSources)Lists the event sources in the configuration.UpdateEventSourcesConfigRequest.BuilderUpdateEventSourcesConfigRequest.Builder. eventSources(EventSourcesConfig eventSources)Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.
-