Uses of Class
software.amazon.awssdk.services.securityhub.model.StandardsSubscriptionRequest
-
Packages that use StandardsSubscriptionRequest Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of StandardsSubscriptionRequest in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type StandardsSubscriptionRequest Modifier and Type Method Description List<StandardsSubscriptionRequest>BatchEnableStandardsRequest. standardsSubscriptionRequests()The list of standards checks to enable.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type StandardsSubscriptionRequest Modifier and Type Method Description BatchEnableStandardsRequest.BuilderBatchEnableStandardsRequest.Builder. standardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests)The list of standards checks to enable.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type StandardsSubscriptionRequest Modifier and Type Method Description BatchEnableStandardsRequest.BuilderBatchEnableStandardsRequest.Builder. standardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)The list of standards checks to enable.
-