Uses of Class
software.amazon.awssdk.services.inspector2.model.MemberAccountEc2DeepInspectionStatus
-
Packages that use MemberAccountEc2DeepInspectionStatus Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of MemberAccountEc2DeepInspectionStatus in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type MemberAccountEc2DeepInspectionStatus Modifier and Type Method Description List<MemberAccountEc2DeepInspectionStatus>BatchUpdateMemberEc2DeepInspectionStatusRequest. accountIds()The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status for.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type MemberAccountEc2DeepInspectionStatus Modifier and Type Method Description BatchUpdateMemberEc2DeepInspectionStatusRequest.BuilderBatchUpdateMemberEc2DeepInspectionStatusRequest.Builder. accountIds(MemberAccountEc2DeepInspectionStatus... accountIds)The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status for.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type MemberAccountEc2DeepInspectionStatus Modifier and Type Method Description BatchUpdateMemberEc2DeepInspectionStatusRequest.BuilderBatchUpdateMemberEc2DeepInspectionStatusRequest.Builder. accountIds(Collection<MemberAccountEc2DeepInspectionStatus> accountIds)The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status for.
-