Uses of Class
software.amazon.awssdk.services.securityhub.model.UnprocessedSecurityControl
-
Packages that use UnprocessedSecurityControl Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of UnprocessedSecurityControl in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type UnprocessedSecurityControl Modifier and Type Method Description List<UnprocessedSecurityControl>BatchGetSecurityControlsResponse. unprocessedIds()A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type UnprocessedSecurityControl Modifier and Type Method Description BatchGetSecurityControlsResponse.BuilderBatchGetSecurityControlsResponse.Builder. unprocessedIds(UnprocessedSecurityControl... unprocessedIds)A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type UnprocessedSecurityControl Modifier and Type Method Description BatchGetSecurityControlsResponse.BuilderBatchGetSecurityControlsResponse.Builder. unprocessedIds(Collection<UnprocessedSecurityControl> unprocessedIds)A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) for which details cannot be returned.
-