| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.clone() |
Product |
Product.withActivationUrl(String activationUrl)
The URL used to activate the product.
|
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.withMarketplaceUrl(String marketplaceUrl)
The URL for the page that contains more information about the product.
|
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 © 2019. All rights reserved.