Uses of Interface
software.amazon.awssdk.services.devopsguru.model.EventSourcesConfig.Builder
-
Packages that use EventSourcesConfig.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of EventSourcesConfig.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return EventSourcesConfig.Builder Modifier and Type Method Description default EventSourcesConfig.BuilderEventSourcesConfig.Builder. amazonCodeGuruProfiler(Consumer<AmazonCodeGuruProfilerIntegration.Builder> amazonCodeGuruProfiler)Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.EventSourcesConfig.BuilderEventSourcesConfig.Builder. amazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration amazonCodeGuruProfiler)Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.static EventSourcesConfig.BuilderEventSourcesConfig. builder()EventSourcesConfig.BuilderEventSourcesConfig. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type EventSourcesConfig.Builder Modifier and Type Method Description static Class<? extends EventSourcesConfig.Builder>EventSourcesConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type EventSourcesConfig.Builder Modifier and Type Method Description default DescribeEventSourcesConfigResponse.BuilderDescribeEventSourcesConfigResponse.Builder. eventSources(Consumer<EventSourcesConfig.Builder> eventSources)Lists the event sources in the configuration.default UpdateEventSourcesConfigRequest.BuilderUpdateEventSourcesConfigRequest.Builder. eventSources(Consumer<EventSourcesConfig.Builder> eventSources)Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.
-