Uses of Class
software.amazon.awssdk.services.securityhub.model.StandardsControlAssociationDetail
-
Packages that use StandardsControlAssociationDetail Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of StandardsControlAssociationDetail in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type StandardsControlAssociationDetail Modifier and Type Method Description List<StandardsControlAssociationDetail>BatchGetStandardsControlAssociationsResponse. standardsControlAssociationDetails()Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type StandardsControlAssociationDetail Modifier and Type Method Description BatchGetStandardsControlAssociationsResponse.BuilderBatchGetStandardsControlAssociationsResponse.Builder. standardsControlAssociationDetails(StandardsControlAssociationDetail... standardsControlAssociationDetails)Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type StandardsControlAssociationDetail Modifier and Type Method Description BatchGetStandardsControlAssociationsResponse.BuilderBatchGetStandardsControlAssociationsResponse.Builder. standardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
-