Uses of Class
software.amazon.awssdk.services.securityhub.model.SecurityControlDefinition
-
Packages that use SecurityControlDefinition Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of SecurityControlDefinition in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return SecurityControlDefinition Modifier and Type Method Description SecurityControlDefinitionGetSecurityControlDefinitionResponse. securityControlDefinition()Returns the value of the SecurityControlDefinition property for this object.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type SecurityControlDefinition Modifier and Type Method Description List<SecurityControlDefinition>ListSecurityControlDefinitionsResponse. securityControlDefinitions()An array of controls that apply to the specified standard.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type SecurityControlDefinition Modifier and Type Method Description GetSecurityControlDefinitionResponse.BuilderGetSecurityControlDefinitionResponse.Builder. securityControlDefinition(SecurityControlDefinition securityControlDefinition)Sets the value of the SecurityControlDefinition property for this object.ListSecurityControlDefinitionsResponse.BuilderListSecurityControlDefinitionsResponse.Builder. securityControlDefinitions(SecurityControlDefinition... securityControlDefinitions)An array of controls that apply to the specified standard.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type SecurityControlDefinition Modifier and Type Method Description ListSecurityControlDefinitionsResponse.BuilderListSecurityControlDefinitionsResponse.Builder. securityControlDefinitions(Collection<SecurityControlDefinition> securityControlDefinitions)An array of controls that apply to the specified standard. -
Uses of SecurityControlDefinition in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type SecurityControlDefinition Modifier and Type Method Description SdkIterable<SecurityControlDefinition>ListSecurityControlDefinitionsIterable. securityControlDefinitions()Returns an iterable to iterate through the paginatedListSecurityControlDefinitionsResponse.securityControlDefinitions()member.SdkPublisher<SecurityControlDefinition>ListSecurityControlDefinitionsPublisher. securityControlDefinitions()Returns a publisher that can be used to get a stream of data.
-