Uses of Class
software.amazon.awssdk.services.securityhub.model.ProviderUpdateConfiguration
Packages that use ProviderUpdateConfiguration
-
Uses of ProviderUpdateConfiguration in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ProviderUpdateConfigurationModifier and TypeMethodDescriptionstatic ProviderUpdateConfigurationProviderUpdateConfiguration.fromJiraCloud(Consumer<JiraCloudUpdateConfiguration.Builder> jiraCloud) Create an instance of this class withjiraCloud()initialized to the given value.static ProviderUpdateConfigurationProviderUpdateConfiguration.fromJiraCloud(JiraCloudUpdateConfiguration jiraCloud) Create an instance of this class withjiraCloud()initialized to the given value.static ProviderUpdateConfigurationProviderUpdateConfiguration.fromServiceNow(Consumer<ServiceNowUpdateConfiguration.Builder> serviceNow) Create an instance of this class withserviceNow()initialized to the given value.static ProviderUpdateConfigurationProviderUpdateConfiguration.fromServiceNow(ServiceNowUpdateConfiguration serviceNow) Create an instance of this class withserviceNow()initialized to the given value.UpdateConnectorV2Request.provider()The third-party provider’s service configuration.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ProviderUpdateConfigurationModifier and TypeMethodDescriptionUpdateConnectorV2Request.Builder.provider(ProviderUpdateConfiguration provider) The third-party provider’s service configuration.