Uses of Class
software.amazon.awssdk.services.inspector2.model.MemberAccountEc2DeepInspectionStatusState
-
Packages that use MemberAccountEc2DeepInspectionStatusState Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of MemberAccountEc2DeepInspectionStatusState in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type MemberAccountEc2DeepInspectionStatusState Modifier and Type Method Description List<MemberAccountEc2DeepInspectionStatusState>BatchGetMemberEc2DeepInspectionStatusResponse. accountIds()An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.List<MemberAccountEc2DeepInspectionStatusState>BatchUpdateMemberEc2DeepInspectionStatusResponse. accountIds()An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type MemberAccountEc2DeepInspectionStatusState Modifier and Type Method Description BatchGetMemberEc2DeepInspectionStatusResponse.BuilderBatchGetMemberEc2DeepInspectionStatusResponse.Builder. accountIds(MemberAccountEc2DeepInspectionStatusState... accountIds)An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.BatchUpdateMemberEc2DeepInspectionStatusResponse.BuilderBatchUpdateMemberEc2DeepInspectionStatusResponse.Builder. accountIds(MemberAccountEc2DeepInspectionStatusState... accountIds)An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type MemberAccountEc2DeepInspectionStatusState Modifier and Type Method Description BatchGetMemberEc2DeepInspectionStatusResponse.BuilderBatchGetMemberEc2DeepInspectionStatusResponse.Builder. accountIds(Collection<MemberAccountEc2DeepInspectionStatusState> accountIds)An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.BatchUpdateMemberEc2DeepInspectionStatusResponse.BuilderBatchUpdateMemberEc2DeepInspectionStatusResponse.Builder. accountIds(Collection<MemberAccountEc2DeepInspectionStatusState> accountIds)An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
-