Uses of Class
software.amazon.awssdk.services.securityhub.model.Standard
-
Packages that use Standard Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of Standard in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Standard Modifier and Type Method Description List<Standard>DescribeStandardsResponse. standards()A list of available standards.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Standard Modifier and Type Method Description DescribeStandardsResponse.BuilderDescribeStandardsResponse.Builder. standards(Standard... standards)A list of available standards.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Standard Modifier and Type Method Description DescribeStandardsResponse.BuilderDescribeStandardsResponse.Builder. standards(Collection<Standard> standards)A list of available standards. -
Uses of Standard in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type Standard Modifier and Type Method Description SdkIterable<Standard>DescribeStandardsIterable. standards()Returns an iterable to iterate through the paginatedDescribeStandardsResponse.standards()member.SdkPublisher<Standard>DescribeStandardsPublisher. standards()Returns a publisher that can be used to get a stream of data.
-