Uses of Class
software.amazon.awssdk.services.securityhub.model.StandardsControl
-
Packages that use StandardsControl Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of StandardsControl in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type StandardsControl Modifier and Type Method Description List<StandardsControl>DescribeStandardsControlsResponse. controls()A list of security standards controls.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type StandardsControl Modifier and Type Method Description DescribeStandardsControlsResponse.BuilderDescribeStandardsControlsResponse.Builder. controls(StandardsControl... controls)A list of security standards controls.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type StandardsControl Modifier and Type Method Description DescribeStandardsControlsResponse.BuilderDescribeStandardsControlsResponse.Builder. controls(Collection<StandardsControl> controls)A list of security standards controls. -
Uses of StandardsControl in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type StandardsControl Modifier and Type Method Description SdkIterable<StandardsControl>DescribeStandardsControlsIterable. controls()Returns an iterable to iterate through the paginatedDescribeStandardsControlsResponse.controls()member.SdkPublisher<StandardsControl>DescribeStandardsControlsPublisher. controls()Returns a publisher that can be used to get a stream of data.
-