Uses of Class
software.amazon.awssdk.services.inspector2.model.FailedMemberAccountEc2DeepInspectionStatusState
-
Packages that use FailedMemberAccountEc2DeepInspectionStatusState Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of FailedMemberAccountEc2DeepInspectionStatusState in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type FailedMemberAccountEc2DeepInspectionStatusState Modifier and Type Method Description List<FailedMemberAccountEc2DeepInspectionStatusState>BatchGetMemberEc2DeepInspectionStatusResponse. failedAccountIds()An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.List<FailedMemberAccountEc2DeepInspectionStatusState>BatchUpdateMemberEc2DeepInspectionStatusResponse. failedAccountIds()An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type FailedMemberAccountEc2DeepInspectionStatusState Modifier and Type Method Description BatchGetMemberEc2DeepInspectionStatusResponse.BuilderBatchGetMemberEc2DeepInspectionStatusResponse.Builder. failedAccountIds(FailedMemberAccountEc2DeepInspectionStatusState... failedAccountIds)An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.BatchUpdateMemberEc2DeepInspectionStatusResponse.BuilderBatchUpdateMemberEc2DeepInspectionStatusResponse.Builder. failedAccountIds(FailedMemberAccountEc2DeepInspectionStatusState... failedAccountIds)An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type FailedMemberAccountEc2DeepInspectionStatusState Modifier and Type Method Description BatchGetMemberEc2DeepInspectionStatusResponse.BuilderBatchGetMemberEc2DeepInspectionStatusResponse.Builder. failedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds)An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.BatchUpdateMemberEc2DeepInspectionStatusResponse.BuilderBatchUpdateMemberEc2DeepInspectionStatusResponse.Builder. failedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds)An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
-