Uses of Class
software.amazon.awssdk.services.securityhub.model.Product
-
Packages that use Product Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of Product in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Product Modifier and Type Method Description List<Product>DescribeProductsResponse. products()A list of products, including details for each product.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Product Modifier and Type Method Description DescribeProductsResponse.BuilderDescribeProductsResponse.Builder. products(Product... products)A list of products, including details for each product.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Product Modifier and Type Method Description DescribeProductsResponse.BuilderDescribeProductsResponse.Builder. products(Collection<Product> products)A list of products, including details for each product. -
Uses of Product in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type Product Modifier and Type Method Description SdkIterable<Product>DescribeProductsIterable. products()Returns an iterable to iterate through the paginatedDescribeProductsResponse.products()member.SdkPublisher<Product>DescribeProductsPublisher. products()Returns a publisher that can be used to get a stream of data.
-