Uses of Class
software.amazon.awssdk.services.securityhub.model.ProviderDetail
-
Packages that use ProviderDetail Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of ProviderDetail in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ProviderDetail Modifier and Type Method Description static ProviderDetailProviderDetail. fromJiraCloud(Consumer<JiraCloudDetail.Builder> jiraCloud)Create an instance of this class withjiraCloud()initialized to the given value.static ProviderDetailProviderDetail. fromJiraCloud(JiraCloudDetail jiraCloud)Create an instance of this class withjiraCloud()initialized to the given value.static ProviderDetailProviderDetail. fromServiceNow(Consumer<ServiceNowDetail.Builder> serviceNow)Create an instance of this class withserviceNow()initialized to the given value.static ProviderDetailProviderDetail. fromServiceNow(ServiceNowDetail serviceNow)Create an instance of this class withserviceNow()initialized to the given value.ProviderDetailGetConnectorV2Response. providerDetail()The third-party provider detail for a service configuration.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ProviderDetail Modifier and Type Method Description GetConnectorV2Response.BuilderGetConnectorV2Response.Builder. providerDetail(ProviderDetail providerDetail)The third-party provider detail for a service configuration.
-