Uses of Class
software.amazon.awssdk.services.detective.model.MembershipDatasources
-
Packages that use MembershipDatasources Package Description software.amazon.awssdk.services.detective.model -
-
Uses of MembershipDatasources in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type MembershipDatasources Modifier and Type Method Description List<MembershipDatasources>BatchGetGraphMemberDatasourcesResponse. memberDatasources()Details on the status of data source packages for members of the behavior graph.List<MembershipDatasources>BatchGetMembershipDatasourcesResponse. membershipDatasources()Details on the data source package history for an member of the behavior graph.Methods in software.amazon.awssdk.services.detective.model with parameters of type MembershipDatasources Modifier and Type Method Description BatchGetGraphMemberDatasourcesResponse.BuilderBatchGetGraphMemberDatasourcesResponse.Builder. memberDatasources(MembershipDatasources... memberDatasources)Details on the status of data source packages for members of the behavior graph.BatchGetMembershipDatasourcesResponse.BuilderBatchGetMembershipDatasourcesResponse.Builder. membershipDatasources(MembershipDatasources... membershipDatasources)Details on the data source package history for an member of the behavior graph.Method parameters in software.amazon.awssdk.services.detective.model with type arguments of type MembershipDatasources Modifier and Type Method Description BatchGetGraphMemberDatasourcesResponse.BuilderBatchGetGraphMemberDatasourcesResponse.Builder. memberDatasources(Collection<MembershipDatasources> memberDatasources)Details on the status of data source packages for members of the behavior graph.BatchGetMembershipDatasourcesResponse.BuilderBatchGetMembershipDatasourcesResponse.Builder. membershipDatasources(Collection<MembershipDatasources> membershipDatasources)Details on the data source package history for an member of the behavior graph.
-