Uses of Class
software.amazon.awssdk.services.devopsguru.model.EventSourceOptInStatus
-
Packages that use EventSourceOptInStatus Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of EventSourceOptInStatus in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return EventSourceOptInStatus Modifier and Type Method Description static EventSourceOptInStatusEventSourceOptInStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EventSourceOptInStatusAmazonCodeGuruProfilerIntegration. status()The status of the CodeGuru Profiler integration.static EventSourceOptInStatusEventSourceOptInStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EventSourceOptInStatus[]EventSourceOptInStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type EventSourceOptInStatus Modifier and Type Method Description static Set<EventSourceOptInStatus>EventSourceOptInStatus. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type EventSourceOptInStatus Modifier and Type Method Description AmazonCodeGuruProfilerIntegration.BuilderAmazonCodeGuruProfilerIntegration.Builder. status(EventSourceOptInStatus status)The status of the CodeGuru Profiler integration.
-