| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.clone() |
Product |
Product.withActivationUrl(String activationUrl)
The URL to the service or product documentation about the integration with Security Hub, including how to
activate the integration.
|
Product |
Product.withCategories(Collection<String> categories)
The categories assigned to the product.
|
Product |
Product.withCategories(String... categories)
The categories assigned to the product.
|
Product |
Product.withCompanyName(String companyName)
The name of the company that provides the product.
|
Product |
Product.withDescription(String description)
A description of the product.
|
Product |
Product.withIntegrationTypes(Collection<String> integrationTypes)
The types of integration that the product supports.
|
Product |
Product.withIntegrationTypes(IntegrationType... integrationTypes)
The types of integration that the product supports.
|
Product |
Product.withIntegrationTypes(String... integrationTypes)
The types of integration that the product supports.
|
Product |
Product.withMarketplaceUrl(String marketplaceUrl)
For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to activate
the service.
|
Product |
Product.withProductArn(String productArn)
The ARN assigned to the product.
|
Product |
Product.withProductName(String productName)
The name of the product.
|
Product |
Product.withProductSubscriptionResourcePolicy(String productSubscriptionResourcePolicy)
The resource policy associated with the product.
|
| Modifier and Type | Method and Description |
|---|---|
List<Product> |
DescribeProductsResult.getProducts()
A list of products, including details for each product.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProductsResult |
DescribeProductsResult.withProducts(Product... products)
A list of products, including details for each product.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProductsResult.setProducts(Collection<Product> products)
A list of products, including details for each product.
|
DescribeProductsResult |
DescribeProductsResult.withProducts(Collection<Product> products)
A list of products, including details for each product.
|
Copyright © 2021. All rights reserved.